summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-10-26 13:56:42 +0200
committerIlya Etingof <etingof@gmail.com>2017-10-26 13:58:28 +0200
commit522cb710db4e45e5fa1f566ae4de5d6d5257045e (patch)
tree9a549c072cf4a25b9379ffc68bbc765e1cd72e11 /.gitignore
parent6aad6ec9f65607d18412b838591e69d662a7b7cb (diff)
downloadpysnmp-git-522cb710db4e45e5fa1f566ae4de5d6d5257045e.tar.gz
fixes to Alabaster theme options
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index c1251689..77f208ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+# Python stuff
*.pyc
__pycache__
@@ -9,11 +10,16 @@ MANIFEST
dist/
build/
*.egg-info/
-docs/source/.templates/
# PyCharm stuff
.idea/
+# Sphinx template
+docs/source/.templates/layout.html
+
# Eclipse stuff
.project
.pydevproject
+
+# Virtual envs
+venv*