target/
.git/
.github/
.cargo/
.fly/
*.log
.DS_Store
.idea/
.vscode/
node_modules/
__pycache__/
*.pyc
# State that should never go in an image
config/
state/
relay-state/
.claude/
SESSION_LOG_*.md
DEPLOY_TEST.md
PENTEST.md
scripts/pentest.sh
# Docs / examples — not needed at runtime, slow the build context.
# landing/ IS needed: relay binary embeds it via include_bytes! to serve /.
docs/
examples/
demo-*.sh
*.md
!README.md
