# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.python-version.local

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

# Deployment config holds credential references — commit uro.example.toml instead (docs/14)
uro.toml
.env

# IDE / OS
.idea/
.vscode/
.DS_Store

# Stray local data dumps — never commit (a PII file named `data` was found here once)
/data
