summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 81d49b98..f1efd54e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,13 @@
# Sphinx
_build/
+localazy_private.json
# python virtualenv
venv/
ENV/
.venv
Pipfile.lock
+Pipfile
# put various editor ignores here
.vscode/
@@ -13,6 +15,9 @@ Pipfile.lock
*.vpw
*.vpwhist
*.vtg
+.idea/
+.idea
+.idea/*
# python cache files
*.pyc
@@ -23,4 +28,4 @@ __pycache__
.envrc
# os specific
-.DS_Store
+.DS_Store \ No newline at end of file