# Secrets
.env
.env.*
keys.txt

__pycache__/
*.pyc
.pytest_cache/
*.db
*.sqlite3

# virtualenvs
.venv/
venv/
*.egg-info/

# editor / harness
.claude/
.DS_Store

# internal planning notes — not part of the published repo
_inputs/
.planning/

# build artefacts
dist/
build/
site/
ui/node_modules/
n8n_node/node_modules/
sdk/typescript/node_modules/
sdk/python/dist/
mcp_server/dist/
