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:
+11
@@ -238,3 +238,14 @@ FIRST_RUN_COMPLETED
|
|||||||
|
|
||||||
#MCP
|
#MCP
|
||||||
.claude/mcp.json
|
.claude/mcp.json
|
||||||
|
|
||||||
|
# --------------------------------------------
|
||||||
|
# Python bytecode / caches
|
||||||
|
# --------------------------------------------
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
|
||||||
|
# --------------------------------------------
|
||||||
|
# Agent / tool temporary files
|
||||||
|
# --------------------------------------------
|
||||||
|
.memory-changes-*.txt
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user