# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.env
.python-version

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Data / local
*.sqlite
*.db
eval/data/
.attestari/

# Internal planning / strategy docs — never publish
internal/

# Node / TS SDK
node_modules/
clients/ts/dist/
*.tsbuildinfo

# OS / editor
.DS_Store
.idea/
.vscode/

# Local agent tooling (launch.json can hold a dev KEK / local env)
.claude/

# Screen-recording source for docs/deletion-demo.gif — the GIF is committed, the source is not
deletion-demo.mp4
