# Binaries
/xalgorix
xalgorix-linux-amd64
antigravity-kit
build/
*.exe
*.dll
*.so
*.dylib

# Scan output / data
*.txt
*.json
!go.sum
!package.json
!webui/tsconfig.json
!webui/tsconfig.app.json
!webui/tsconfig.node.json
!internal/web/static/.eslintrc.json
xalgorix-data/
*_assessment/

# AI agent config (local only)
.agent/
CLAUDE.md
ralph

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Go
vendor/
*.test
*.out
__debug_bin*

# Temp
tmp/
*.log
nohup.out
gospider/

# Webui
webui/node_modules/
webui/dist/
webui/.vite/
webui/.turbo/
