# Build artifacts - MUST exclude target target target/ **/target **/target/ **/*.rs.bk # IDE .idea/ .vscode/ *.swp *.swo # Git .git .git/ .gitignore # Local data data/ *.db *.wal # Documentation (we don't need docs for the build) docs/ ai-lookup/ *.md !README.md # Community app (has its own Dockerfile) community/ # Test/dev files tests/ benches/ examples/ # Misc .env* *.log *.tmp .claude/ latent/ # Go SDK — pure Go, not in Rust workspace sdk/ # Non-Rust applications (only applications/aphoria/ is in the workspace) applications/disputed/ applications/stemedb-dashboard/ applications/video-renderer/ applications/pitch/ applications/aphoria-pitch/ applications/aphoria-dashboard/ applications/findmyhealth/