.gitignore (231B)
1 tests/screenshots 2 deploy.sh 3 .DS_Store 4 Thumbs.db 5 *.swp 6 *.swo 7 .idea/ 8 .vscode/ 9 node_modules/ 10 .claude/ 11 *.log 12 .opencode/ 13 14 # Ignore stray markdown; whitelist the intentional docs 15 *.md 16 !README.md 17 !CLAUDE.md 18 !AGENTS.md 19 !fire_truck_plan.md