mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 17:55:08 +00:00
94 lines
1015 B
Plaintext
94 lines
1015 B
Plaintext
# Windows Mole - .gitignore
|
|
|
|
# OS files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Editor files
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
.idea/
|
|
.vscode/
|
|
*.code-workspace
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Cache
|
|
.cache/
|
|
*.cache
|
|
.gocache/
|
|
.gomod/
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
|
|
# System files
|
|
*.pid
|
|
*.lock
|
|
|
|
# AI / local assistant files
|
|
.agents/
|
|
.claude/
|
|
.gemini/
|
|
.kiro/
|
|
ANTIGRAVITY.md
|
|
AGENTS.md
|
|
CLAUDE.md
|
|
GEMINI.md
|
|
WARP.md
|
|
.cursorrules
|
|
cmd/AGENTS.md
|
|
lib/AGENTS.md
|
|
tests/AGENTS.md
|
|
|
|
# Build artifacts
|
|
analyze
|
|
status
|
|
bin/analyze-*
|
|
bin/status-*
|
|
bin/*.exe
|
|
cmd/analyze/*.exe
|
|
cmd/status/*.exe
|
|
release/
|
|
mole-windows.zip
|
|
mole-*-x64.zip
|
|
mole-*-x64.exe
|
|
mole-*-x64.msi
|
|
SHA256SUMS.txt
|
|
|
|
# Test artifacts
|
|
*.test
|
|
*.out
|
|
coverage.out
|
|
coverage.html
|
|
coverage-go.out
|
|
coverage-pester.xml
|
|
test-results.xml
|
|
tests/tmp-*/
|
|
tests/*.tmp
|
|
tests/*.log
|
|
|
|
# Branch-specific local notes
|
|
windows-readme-update.md
|
|
mole_guidelines.md
|
|
run_tests.ps1
|
|
session.json
|
|
journal/2026-03-11-safe-remove-design.md
|
|
mole.cmd
|
|
mo.cmd
|