# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
venv/
dist/
build/

# uv


# Env / secrets
.env
.env.*
!.env.example

# Local config / state
config.toml
!config.toml.example
*.db
*.sqlite
*.sqlite3

# OS
.DS_Store
Thumbs.db

# Editors
.vscode/
.idea/
*.swp

# Project
/tmp/
/scratch/
