nomadicsynth commited on
Commit
31ab989
·
1 Parent(s): 198284d

Add `__pycache__` to `.gitignore` to prevent caching files from being tracked

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