aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.gitignore14
1 files changed, 13 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0fd1bcf..4775e15 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,13 @@
-/*.sw?
+*.sw?
+
+# pytest and friends
+*.dist-info/
+*.egg-info/
+__pycache__/
+.pytest_cache/
+.ropeproject/
+.tox/
+/build/
+/dist/
+
+.vgstash.db