jojortz commited on
Commit
a81d597
·
1 Parent(s): e874a08

update gitignore to ignore pycache

Browse files
Files changed (1) hide show
  1. .gitignore +2 -1
.gitignore CHANGED
@@ -1 +1,2 @@
1
- .env
 
 
1
+ .env
2
+ __pycache__