safesight-control/.gitignore
2026-04-19 10:17:48 +08:00

28 lines
275 B
Plaintext

# Build outputs
build/
bin/
dist/
tmp/
*.exe
*.test
*.out
# Local runtime files
logs/
*.log
managerd.local.json
# Agent workflow notes
docs/superpowers/
# Coverage and profiling
coverage.out
*.coverprofile
*.prof
# OS and editor noise
.DS_Store
Thumbs.db
.idea/
.vscode/