.DS_Store
*.swp
*~
.env
node_modules/
__pycache__/
*.db
*.db-wal
*.db-shm
.venv/
anip-keys.json
anip-keys
dist/
*.tsbuildinfo
build/
*.egg-info/
.worktrees/
.serena/
.local-archive/

# Generated validation and parity run output. Keep committed fixtures explicit;
# ad-hoc run directories should not appear in normal git status.
/output/
/docs/examples/gtm-showcase/question-bank-runs/generated-*/

# Java build outputs
target/

# Go binaries
packages/go/.build-cache/
packages/go/flight-service
packages/go/flights
packages/go/flights-gin
*.exe

# .NET build outputs
bin/
obj/
*.user
.vs/
