summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-07-17 10:19:59 -0700
committerDavid Lord <davidism@gmail.com>2022-07-17 10:19:59 -0700
commit6faca1cd29e4bf6ad97bac3fcb4c855557916772 (patch)
tree860d0a62a6eb1256b150aa6ecfa4eebf7609a440
parent084d2bdb86f7e2e29e4bc88d5317955b9c4d76dc (diff)
downloadblinker-6faca1cd29e4bf6ad97bac3fcb4c855557916772.tar.gz
update 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/