Files
cv-site/.gitignore
T
juanatsap e932716132 chore: clean up temporary implementation artifacts
- Added gitignore patterns for implementation summaries, test scripts, and coverage reports
- Removed obsolete cache implementation documentation files
2025-11-12 09:14:46 +00:00

56 lines
562 B
Plaintext

# Binaries
cv-server
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binaries
*.test
# Output
*.out
# Go workspace
go.work
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Temp files
*.tmp
*.log
cv-app
static/psd
static/psd/yo DNI.psd
# Temporary implementation artifacts (prevent clutter)
*_SUMMARY.md
*_REPORT.md
*_COMPLETE.md
*-COMPLETE.md
*-FIXES.md
*-VALIDATION.md
QUICK_START_*.md
benchmark_*.sh
verify_*.sh
validate_*.sh
test_*.sh
final_validation.sh
# Coverage reports
coverage.html
coverage.out
*.coverprofile
.claude
playwright.config.js