Skip to content

Commit

Permalink
Added .venv to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
prater12 committed Oct 15, 2023
1 parent d6b07fb commit b08eaa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

# Ignore the virtual environment directory (if using virtualenv)
venv/
.venv/
__pycache__/

# Ignore the Django media and static files (if using Django's development server)
Expand Down

0 comments on commit b08eaa2

Please sign in to comment.