mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 15:04:42 +00:00
61 lines
574 B
Plaintext
61 lines
574 B
Plaintext
# macOS
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Editor files
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
*.temp
|
|
*.dmg
|
|
|
|
# Cache
|
|
.cache/
|
|
*.cache
|
|
.gocache/
|
|
.gomod/
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
|
|
# System files
|
|
*.pid
|
|
*.lock
|
|
|
|
# AI Assistant Instructions
|
|
.claude/
|
|
.gemini/
|
|
.kiro/
|
|
CLAUDE.md
|
|
GEMINI.md
|
|
.cursorrules
|
|
|
|
# Go build artifacts (development)
|
|
cmd/analyze/analyze
|
|
cmd/status/status
|
|
/status
|
|
/analyze
|
|
mole-analyze
|
|
# Go binaries
|
|
bin/analyze-go
|
|
bin/status-go
|
|
bin/analyze-darwin-*
|
|
bin/status-darwin-*
|