chore: ignore python bytecode and document git workflow

Add __pycache__/*.pyc to .gitignore and remove the tracked bytecode
file. Add version control instructions to AGENTS.md for future sessions.

💘 Generated with Crush

Assisted-by: Crush:glm-5.2
This commit is contained in:
2026-07-27 11:31:49 -05:00
parent 422999bf3c
commit a791baa085
3 changed files with 11 additions and 0 deletions
+4
View File
@@ -9,6 +9,10 @@
\#*\#
.\#*
# Python bytecode
__pycache__/
*.pyc
# Temporary files
*.tmp
*.bak