summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 13 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d556b59..968b271 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,19 @@
*.py[co]
*.db
+*~
+dist
+*.log
+*.diff
+*.patch
tmp/
output/
build/
+.idea/
+__pycache__/
*.egg-info/
-*~
+
+# For virtualenvwrapper
+.venv
+
+# coverage.py
+.coverage