diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,6 +3,7 @@ graph.png pid.txt ch.py chblacklist.txt +api.log # Byte-compiled / optimized / DLL files __pycache__/ @@ -59,7 +60,6 @@ coverage.xml *.pot # Django stuff: -*.log local_settings.py db.sqlite3 |