Add .gitignore to exclude Python cache files

https://claude.ai/code/session_01LtPxA1zDET2JQn6NYDDxKn
This commit is contained in:
Claude
2026-04-11 10:34:57 +00:00
parent 6c8206d2f6
commit 50cfa07d3b
+3
View File
@@ -0,0 +1,3 @@
__pycache__/
*.pyc
*.pyo