akhaliq HF Staff Claude commited on
Commit
ee66045
·
1 Parent(s): d860d77

Add .gitignore for __pycache__ and .pyc

Browse files

Co-Authored-By: Claude <noreply@anthropic.com>

Files changed (1) hide show
  1. .gitignore +2 -0
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ __pycache__/
2
+ *.pyc