chore(git): ignore bytecode and temp files

Stop tracking Python .pyc cache files and ignore __pycache__/ and .memory-changes-* artifacts.

Made-with: Cursor
This commit is contained in:
windyboy
2026-04-13 15:50:07 +08:00
parent d61d86633c
commit 647703c8e2
3 changed files with 11 additions and 0 deletions
+11
View File
@@ -238,3 +238,14 @@ FIRST_RUN_COMPLETED
#MCP
.claude/mcp.json
# --------------------------------------------
# Python bytecode / caches
# --------------------------------------------
__pycache__/
*.py[cod]
# --------------------------------------------
# Agent / tool temporary files
# --------------------------------------------
.memory-changes-*.txt