# Build and packaging
dist/
build/
*.egg-info/

# Credentials — resolved from here at the moment of use, never committed
.env
.env.*

# Python
__pycache__/
*.py[cod]
.venv/

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

# macOS
.DS_Store
