chore: ignore debug artifacts and runtime intermediate files

This commit is contained in:
2026-02-28 17:55:36 +08:00
parent 7d6cf6b435
commit 47b6059773
2 changed files with 9 additions and 0 deletions

9
.gitignore vendored
View File

@@ -12,6 +12,15 @@
/bin/
/*.exe
/*.exe~
**/__debug_bin*
# Runtime artifacts
/workspace/agent_runtime/
/data/*.db
/data/*.db-*
# VS Code debug artifacts
/.vscode/*.log
# Editor temp files
*~