44 lines
574 B
Text
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
|