# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/

# Env / secrets
.env
*.local

# Docker volumes (local data)
docker/**/data/
.data/

# OS
.DS_Store
Thumbs.db

# Editor
.idea/
.vscode/

# Quickstart-generated traces
examples/quickstart/traces/
