Skip to content

Commit

Permalink
ignores venv directories, just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
anselrognlie authored Sep 18, 2024
1 parent b708939 commit c77ae44
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
.pytest_cache
__pycache__
__pycache__

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

0 comments on commit c77ae44

Please sign in to comment.