summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3dd732a8..68398d68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,10 +7,15 @@
# Linux swap files range from .saa to .swp
*.s[a-w][a-p]
-# Python bytecode files
+# Python bytecode and other related temp files
*.pyc
*.pyo
+*egg-info
# Development environment files
.project
.pydevproject
+
+# Cache files
+.cache
+.pytest_cache