Skip to content

Commit

Permalink
Add [.]venv to .gitignore to ignore local root python environment
Browse files Browse the repository at this point in the history
  • Loading branch information
archibald1418 authored Dec 11, 2024
1 parent 3f44834 commit 0130fa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ yarn-error.log*

# Ignore all the installed packages
node_modules
venv/
.venv/

# Ignore all js dists
cvat-data/dist
Expand Down

0 comments on commit 0130fa5

Please sign in to comment.