aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-01-03 21:44:37 +0300
committerEvgeny Zinoviev <me@ch1p.io>2021-01-03 21:44:37 +0300
commit1d504209a6c17ec508dbc9b5601db3118d692d49 (patch)
tree0b393fcf5d0734b38248d656a6e6e111f65bdb19
parentd05ab59b47a25432672cfe5b7ba53f3cb1a6d6cb (diff)
update gitignore
-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/