# Local configuration and secrets
.env
.env.*
!.env.example
config/local.yaml

# Runtime state
.ulg/
artifacts/
coverage/

# Python environments, caches, and build outputs
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
build/
dist/
*.egg-info/

# Editors and operating systems
.idea/
.vscode/
*.swp
.DS_Store
