eli02 commited on
Commit
6fcf210
·
1 Parent(s): 54297d5

Add __pycache__ directory to .gitignore for cleaner repository

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