summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 06d7c4cd..053e3cd4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,8 @@
+# Sphinx
+_build/
+
# python virtualenv
+Pipfile.lock
venv/
ENV/
.venv
@@ -12,11 +16,11 @@ ENV/
# python cache files
*.pyc
-__pychache__
+__pycache__
# dotenv
.env
.envrc
# os specific
-.DS_Store
+.DS_Store \ No newline at end of file