Skip to content

Commit

Permalink
Add .venv/ to .gitignore (projectmesa#2172)
Browse files Browse the repository at this point in the history
Don't track virtual environment files in Git
  • Loading branch information
EwoutH authored Jul 8, 2024
1 parent 2cee49e commit e5dac68
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ __pycache__/
.Python
env/
venv/
pythonenv*/
.venv/
build/
develop-eggs/
dist/
Expand Down Expand Up @@ -83,10 +85,6 @@ target/
.dmypy.json
dmypy.json

# pythonenv
pythonenv*/

# JS dependencies
mesa/visualization/templates/external/
mesa/visualization/templates/js/external/

0 comments on commit e5dac68

Please sign in to comment.