diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 5707130..9057a4f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ # Distribution / packaging build/ +cache.txt +metadata.ttl __pycache__/ eggs/ .eggs/ @@ -15,4 +17,4 @@ env/ venv/ ENV/ env.bak/ -venv.bak/ \ No newline at end of file +venv.bak/ |