spaxel/.gitignore
jedarden 80e5805960 chore: remove mothership server binary + scratch binaries + stray .bak
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-22 14:55:54 -04:00

44 lines
574 B
Text

# Marathon logs
.marathon/logs/
# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Firmware build artifacts
firmware/build/
firmware/managed_components/
firmware/.cache/
firmware/sdkconfig
firmware/sdkconfig.old
# Test and coverage
*.test
*.out
coverage.txt
# Temporary files
tmp/
temp/
*.tmp
# Compiled binaries & build artifacts
/sim
/spaxel-sim
/acceptance.test
spaxel-sim
mothership/sim
*.test
# Node dependencies (regenerated via npm ci)
node_modules/
/mothership/mothership
/mothership/test_goroutine
/mothership/test_syntax