# Secrets
*.env

# Python stuff
.venv
__pycache__
*.pyc
dist
.ruff_cache

# mkdocs site build
site/

# Misc
.cache
output
