Skip to content

Commit e5dac68

Browse files
authoredJul 8, 2024
Add .venv/ to .gitignore (projectmesa#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

+2-4
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)
Please sign in to comment.