# Environments & secrets
.env
.venv/

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml

# OS
.DS_Store
