Skip to content

Commit

Permalink
Add venv folder to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Dec 11, 2024
1 parent ace90bf commit e3e417b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
__pycache__/
dist/
/forest_analysis.egg-info
/forest_analysis.egg-info/

.vagrant/
.venv/
venv/
.DS_Store

# IntelliJ, VsCode project files
.idea
.vscode
.idea/
.vscode/

#We don't want to add data to github
/tutorials/data/
Expand Down

0 comments on commit e3e417b

Please sign in to comment.