diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-04-16 17:22:56 +0100 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-04-16 17:22:56 +0100 |
commit | be04be63ce7202d86931fddee3aaddc94ef2f5ee (patch) | |
tree | 9dfff09d600260a33ed72806ef0778f603df478a /gitignore_global | |
parent | 5d0ac192722f798dc3fa884cdb74296e4d4e3654 (diff) |
the big apr 22 update
Diffstat (limited to '')
-rw-r--r-- | gitignore_global | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gitignore_global b/gitignore_global index 65ea724..22582b6 100644 --- a/gitignore_global +++ b/gitignore_global @@ -8,6 +8,9 @@ __pycache__/ # Distribution / packaging .Python env/ +.idea/ +venv/ +.venv/ #bin/ build/ develop-eggs/ @@ -50,3 +53,4 @@ coverage.xml docs/_build/ .pdb-pyhist .mypy_cache/ +.venv |