# Secrets / env .env *.env !.env.example # Python __pycache__/ *.py[cod] *.egg-info/ .venv/ venv/ .pytest_cache/ .mypy_cache/ .ruff_cache/ # Node / Next node_modules/ .next/ out/ npm-debug.log* yarn-debug.log* yarn-error.log* # Runtime data (cloned MCP repos, vault, checkpoints) data/ runtime/ *.db *.sqlite3 # Editor / OS .DS_Store .idea/ .vscode/