# secrets
.env

# python
__pycache__/
*.pyc
.venv/

# build / packaging artifacts
build/
dist/
*.egg-info/
.eggs/

# tooling caches
.ruff_cache/
.pytest_cache/
.mypy_cache/

# editor config
.vscode/

# local demo / usage apps — not part of the package or the repo
app/

# captured logs
tracklyng_log.jsonl

# local agent / MCP config (developer-local)
.mcp.json
