# Python build / cache artifacts
__pycache__/
*.py[cod]
build/
dist/
*.egg-info/
.eggs/
.pytest_cache/
.venv/
venv/

# Secrets — never commit
.env
.env.*
!.env.example

# Campaign/session output roots and runtime images — never in the release repo
outputs/
sessions/
*.sif
*.log

# OS / editor junk
.DS_Store
.vscode/
.idea/
*.swp

# Helvetica Neue faces: no redistribution licence in the supplied archive —
# operator-provisioned at deploy time, never in the public repo or wheel
# (assets/fonts/RESOURCE.md documents provenance, hashes, and placement).
bolero/stages/pub_visualizer/.bolero/skills/render-publication-figures/assets/fonts/*.otf
bolero/stages/pub_visualizer/.bolero/skills/render-publication-figures/assets/fonts/*.ttf
