summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore19
1 files changed, 15 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 9dc2cf5..77f208c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+# Python stuff
*.pyc
__pycache__
@@ -8,7 +9,17 @@ __pycache__
MANIFEST
dist/
build/
-pyasn1.egg-info/
-venv
-venv2
-venv3
+*.egg-info/
+
+# PyCharm stuff
+.idea/
+
+# Sphinx template
+docs/source/.templates/layout.html
+
+# Eclipse stuff
+.project
+.pydevproject
+
+# Virtual envs
+venv*