Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
maeriil committed Oct 15, 2023
1 parent c90629b commit 3df7fc7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,11 @@ images
__pycache__/

# Sphinx documentation
docs/_build/
docs/_build/

# Environments
.env
.venv
env/
venv/
ENV/

0 comments on commit 3df7fc7

Please sign in to comment.