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

# Virtual environments
.venv/
venv/
env/

# Environment / secrets
.env
.env.*

# Runtime data (created on startup)
data/
artifacts/
*.sqlite3
*.sqlite3-journal
*.sqlite3-wal
*.sqlite3-shm

# Throwaway manual smoke scripts (not part of the package)
scripts/

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.vscode/

# uv.lock is committed on purpose - do not ignore it.
