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

# Environments & tooling
.venv/
.env
.env.*
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# OS
.DS_Store
