Skip to content

Commit

Permalink
Add pycache to gitignore (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrazyKirby99999 authored Jul 17, 2021
1 parent d99c691 commit 37d6dde
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
env/
venv/
env
venv
.devcontainer
.vscode
.vscode
.env
.storage
.storage
*/__pycache__
__pycache__

0 comments on commit 37d6dde

Please sign in to comment.