Add .gitignore for Python bytecode files
https://claude.ai/code/session_017eMsVwUopgmnEyd6JJedpV
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
__pycache__/
|
||||
*.pyc
|
||||
Reference in New Issue
Block a user
https://claude.ai/code/session_017eMsVwUopgmnEyd6JJedpV
@@ -0,0 +1,2 @@
|
||||
__pycache__/
|
||||
*.pyc
|
||||