# Python (the project is Python-only; see .specify/memory/constitution.md)
__pycache__/
*.py[cod]
.venv/
venv/
build/
dist/
*.egg-info/
.ruff_cache/
.mypy_cache/
.pytest_cache/
*.log

# uv.lock is committed on purpose: strangers get the versions CI uses.

# Env & secrets
.env
.env.*

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

# Data files (keep examples explicit)
*.duckdb
*.sqlite
