# Ignore source files and build artifacts
docs/
mkdocs.yml
*.py
*.pyc
__pycache__/
.git/
.github/
node_modules/
.env
.env.local
.DS_Store
Thumbs.db

# Keep only the built site
!site/**
