OutOfMystic Claude Opus 4.6 commited on
Commit
54f70f4
·
1 Parent(s): b7c9050

Add .gitignore

Browse files

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

Files changed (1) hide show
  1. .gitignore +7 -0
.gitignore ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ __pycache__/
2
+ *.pyc
3
+ .idea/
4
+ *.egg-info/
5
+ dist/
6
+ build/
7
+ .env