aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 685b2cd..a0fd16e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,8 @@
*.pyc
__pycache__/
+.idea/
+venv/
instance/
.pytest_cache/
@@ -9,4 +11,4 @@ htmlcov/
dist/
build/
-*.egg-info/ \ No newline at end of file
+*.egg-info/