Skip to content

Commit c77ae44

Browse files
authored
ignores venv directories, just in case
1 parent b708939 commit c77ae44

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
.pytest_cache
2-
__pycache__
2+
__pycache__
3+
4+
# Environments
5+
.env
6+
.venv
7+
env/
8+
venv/
9+
ENV/
10+
env.bak/
11+
venv.bak/

0 commit comments

Comments
 (0)