aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6b3496f..dc500b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
_/
bin/
+__pycache__/
\#*\#
.*
!.git*
@@ -8,5 +9,7 @@ bin/
*.swo
*.png
*.class
+*.pyc
+*.pyo
*~