update gitignore
diff --git a/.gitignore b/.gitignore
index 7e99e36..42f0283 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,12 @@
-*.pyc
\ No newline at end of file
+*.DS_Store
+*.egg*
+*.log
+*.mo
+*.pyc
+*.swo
+*.swp
+*.sqlite
+*~
+.tox
+.venv
+.testrepository
\ No newline at end of file