Add .gitignore for Python bytecode files

https://claude.ai/code/session_017eMsVwUopgmnEyd6JJedpV
This commit is contained in:
Claude
2026-02-28 03:01:49 +00:00
parent 0fd58c32b4
commit 703f92d46c

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
__pycache__/
*.pyc