# Secrets & local config — never commit
.env
*.kindle.conf
kindle.conf

# Python
__pycache__/
*.pyc
.venv/
venv/
*.egg-info/
build/
dist/
.pytest_cache/
.ruff_cache/

# OS
.DS_Store
