summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore21
1 files changed, 13 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index 3c90d3f..1ca9c16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,13 @@
-*.py?
-*$py.class
-.coverage
-.tox
-build
-dist
-MANIFEST
-docs/_build
+/.idea/
+/.vscode/
+/venv*/
+/.venv*/
+/env*/
+/.env*/
+__pycache__/
+*.pyc
+/.pytest_cache/
+/.tox/
+/*.egg-info/
+/dist/
+/docs/_build/