Skip to content

Commit e5dac68

Browse files
authored
Add .venv/ to .gitignore (#2172)
Don't track virtual environment files in Git
1 parent 2cee49e commit e5dac68

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ __pycache__/
1515
.Python
1616
env/
1717
venv/
18+
pythonenv*/
19+
.venv/
1820
build/
1921
develop-eggs/
2022
dist/
@@ -83,10 +85,6 @@ target/
8385
.dmypy.json
8486
dmypy.json
8587

86-
# pythonenv
87-
pythonenv*/
88-
8988
# JS dependencies
9089
mesa/visualization/templates/external/
9190
mesa/visualization/templates/js/external/
92-

0 commit comments

Comments
 (0)