Skip to content

Commit

Permalink
Simplifies gitignore files (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakeFreer authored Nov 2, 2024
1 parent f5cb432 commit 7265403
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.DS_STORE
.vscode

**/env
**/venv
**/.env
**/.venv
env/
venv/
.env/
.venv/
__pycache__/
1 change: 0 additions & 1 deletion scripts/.gitignore

This file was deleted.

0 comments on commit 7265403

Please sign in to comment.