summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore25
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1333ed7..4ea7454 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,26 @@
+.DS_Store
+.idea
+
+*.pyc
+*.pyo
+
+*.egg-info
+_build
+build
+dist
+MANIFEST
+
+.coverage
+.coveragerc
+coverage
+htmlcov
+
+_cache
+_static
+_templates
+
+_trial_temp
+
+.tox
+
TODO