# Local environment and credentials
.env
.env.*
!.env.example

# Python artifacts
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/
.pyright/
build/
dist/
.package-test-venv/

# Local data and editor files
data/
.DS_Store
