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 # Temporary files
*.tmp *.tmp
*.bak *.bak
+7
View File
@@ -119,6 +119,13 @@ use `deploy-check.sh` / `deploy-tuning.sh` wrapper patterns instead.
2. `validate-fixes.sh pfv-tsys4` and `validate-fixes.sh pfv-tsys5` 2. `validate-fixes.sh pfv-tsys4` and `validate-fixes.sh pfv-tsys5`
3. Update PROJECT.md with post-hardware numbers 3. Update PROJECT.md with post-hardware numbers
## Version control
This project is tracked in a local git repo (`main` branch). Use **atomic
commits with conventional commit messages** (e.g., `docs: add disk utilization
to storage section`, `feat: add tsys9 validation support`). Never push to
remote unless explicitly asked.
## Key scripts ## Key scripts
| Script | Purpose | | Script | Purpose |
Binary file not shown.