__pycache__/
*.py[cod]
.venv/
venv/
.env
.DS_Store

# Generated verification outputs
crossverify_out/

# Build artifacts (uv build / python -m build)
dist/
*.egg-info/

# MkDocs build output
site/

# Your real studies are private — keep them here and they stay out of git.
# (The committed examples/ project is the only one tracked.)
projects/

# Shiny app deployment state (rsconnect writes this into demo/ on deploy)
demo/rsconnect/
