# Secrets, never commit API keys
.env
.env.*
!.env.example

# Dependencies
node_modules/

# promptfoo eval artifacts
.promptfoo/
benchmarks/output*
benchmarks/benchmark-local-results.json

# Python
__pycache__/

# one-off social/announcement art, not repo content
announce-*.png
changelog-*.png
ponytail-*.gif

# Claude Code local settings (machine-specific permission grants)
.claude/settings.local.json

# agentic benchmark workspaces (agent output, kept locally for inspection)
benchmarks/agentic/runs/
