# OS files
.DS_Store

# Secrets
.env

# Virtual environments
/.venv*

# Cached data
/.cache

# Compilation
__pycache__/

# Build
dist/
build/
site/
*.egg-info

# Testing & dev
.pytest_cache/
.coverage
htmlcov
debug.log
scratch
