aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore18
1 files changed, 13 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index afd2a25..92fccc8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1,23 @@
+# General things to ignore
*~
*.swp
*.un~
*_bak
-
-# emacs tmp files
+# Emacs tmp files
.#*
-# python
-*.pyc
+build/
+dist/
+
+# Python
+*.py[cod]
**/__pycache__
+*.egg
+*.egg-info/
+
+# IPython
+**/.ipynb_checkpoints
# C/C++
*.o
-
+*.so