node_modules/
.idea/
build/
dist/
out/
*.iml
*.bun-build
argonaut-cli
./main
main
/app
/bin/
### Go CLI binaries
a9s
argonaut
cmd/app/app
e2e/a9s_e2e

### Editor or tool output
repomix-output.xml
*.exe
*.exe~
*.dll
*.so
*.dylib
junit.xml



# Performance profiling
.clinic/

# Test coverage reports
coverage/
*.lcov
coverage-final.json
clover.xml

# Mutation testing reports
reports/
stryker-tmp/

# Claude Code configurations (user-specific)
.claude/
.roo/
.roomodes
CLAUDE.md
TODO-tests.md

# Claude Flow runtime data  
.claude-flow/
.swarm/
.hive-mind/
coordination/
memory/

# Claude Flow generated files
.claude/settings.local.json
.mcp.json
claude-flow.config.json
claude-flow
claude-flow.bat
claude-flow.ps1
hive-mind-prompt-*.txt

# AI automation databases
*.db
*.db-journal
*.db-wal
*.sqlite
*.sqlite-journal
*.sqlite-wal

# IDE files
*.iml
.idea/
.vscode/

# macOS
.DS_Store

# Ignore downloaded Argo CD manifest
argocd/install.yaml
logs/

.argocd-portforward.pid
.argocd-gitdaemon.pid

# Local Go build/test caches (do not commit)
.gocache/
.gomodcache/
.gotmp/

# E2E test failure snapshots (keep .gitkeep)
e2e/test-snapshots/*.raw
e2e/test-snapshots/*.txt
e2e/test-snapshots/*.screen
