# Python
__pycache__/
*.pyc
*.pyo
.Python
.venv/
venv/
.env

# Build artifacts
build/
dist/
_build_smoke/
*.egg-info/

# Tooling caches
.ruff_cache/
.mypy_cache/
.pytest_cache/

# OS
Thumbs.db
.DS_Store

# Editor
.vscode/
.idea/

# Local client workspaces (users create their own)
clients/

# Generated artifacts in the demo client (regenerated by tests / quickstart)
examples/demo-client/data/*.json
examples/demo-client/output/*.json
examples/demo-client/output/*.md
!examples/demo-client/data/.gitkeep
!examples/demo-client/output/.gitkeep

# Smoke-test workspaces
_smoke/
