aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d4c19df..bc3f28c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,10 @@
+# Precompiled stuff and misc leftover from original project
**/*.pyc
**/*.orig
**/*.rej
**/*.mo
**/*.pot
+
+# Test results
.pytest_cache
.tox