# Bookwright project cache (regenerated by `bookwright graph build`)
.bookwright/cache/

# Python artifacts
*.pyc
*.pyo
__pycache__/
*.egg-info/
build/
dist/

# Virtual environments
.venv/
venv/

# Environment files
.env
.env.*
!.env.example

# OS cruft
.DS_Store
Thumbs.db
