# Rust
/target/
**/*.rs.bk
*.pdb

# Cargo
Cargo.lock

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Testing
*.profraw
*.profdata

# Output
/reports/
!reports/README.md
*.json
*.html
!tests/fixtures/*.html

# Logs
*.log

# Build artifacts
auditmysit
*.exe

# Distribution
/dist/

# Coverage
/coverage/
tarpaulin-report.html

# Local cargo config (patch overrides for development)
/.cargo/config.toml

# Temporary
/tmp/
*.tmp
plans/
todo.md
