diff --git a/.gitignore b/.gitignore index 8cdd11d..377daa4 100644 --- a/.gitignore +++ b/.gitignore @@ -238,3 +238,14 @@ FIRST_RUN_COMPLETED #MCP .claude/mcp.json + +# -------------------------------------------- +# Python bytecode / caches +# -------------------------------------------- +__pycache__/ +*.py[cod] + +# -------------------------------------------- +# Agent / tool temporary files +# -------------------------------------------- +.memory-changes-*.txt diff --git a/.scripts/memory/__pycache__/blacklist.cpython-312.pyc b/.scripts/memory/__pycache__/blacklist.cpython-312.pyc deleted file mode 100644 index 0a2c93f..0000000 Binary files a/.scripts/memory/__pycache__/blacklist.cpython-312.pyc and /dev/null differ diff --git a/.scripts/memory/__pycache__/index_common.cpython-312.pyc b/.scripts/memory/__pycache__/index_common.cpython-312.pyc deleted file mode 100644 index 833390e..0000000 Binary files a/.scripts/memory/__pycache__/index_common.cpython-312.pyc and /dev/null differ