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

# edwh / template
.env
.toml

# OS / editors
*.swp
*.bak
.DS_Store
*.coverage
