miroir/.gitignore
jedarden f07ba9575b repo hygiene: remove committed build artifacts and stale config.bak
- Remove coverage/ directory (HTML and lcov files)
- Remove lcov.info and librust_out.rlib build artifacts
- Remove stray file '1' at repo root
- Remove dead config.bak/ module (unreferenced backup)
- Update .gitignore to exclude coverage/, lcov.info, and *.rlib patterns

Verified:
- No references to config.bak or librust_out in codebase
- cargo check --workspace compiles successfully
- notes/, .beads/, tests/, dashboards/ untouched
2026-07-02 07:46:48 -04:00

17 lines
246 B
Text

/target/
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
__pycache__/
*.pyc
tarpaulin-report.json
tests/benches/score-comparability/results/*.jsonl
miroir-proxy-linux-amd64
miroir-proxy-linux-amd64.sha256
.beads/.br_recovery/
coverage/
lcov.info
*.rlib