debtmap 0.9.2

Code complexity and technical debt analyzer
Documentation


*.lcov
debtmap.json
debtmap-after.json
.debtmap
debtmap-report.json
.metadata/
.prodigy/validation-result.json
.prodigy/debt-validation-result.json
.prodigy/debtmap-before.json
.prodigy/debtmap-after.json
.prodigy/comparison.json
.prodigy/debtmap-validation.json
.prodigy/plan-validation.json
.prodigy/IMPLEMENTATION_PLAN.md

# Rust build artifacts
/target/
# Note: Cargo.lock is committed for binary projects to ensure reproducible builds

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Environment variables
.env
.env.local
.env.*.local

# Log files
*.log
logs/

# Temporary files
tmp/
temp/
*.tmp

# Backup files
*.bak
*.backup

# Archive files
*.tar.gz
*.zip
*.rar

# Documentation build artifacts
docs/_build/
docs/build/
book/book/

# Test artifacts
*.profraw
*.profdata
test_workspaces_*/

# Benchmarking
criterion/

# Coverage reports
lcov.info
coverage/
*.profraw
*.profdata

# Rust-specific
**/*.rs.bk
*.pdb

# Flamegraph outputs
flamegraph.svg
perf.data*

# Node modules (for web frontends)
node_modules/

# Python virtual environments (for tooling)
venv/
env/
.venv/
.env/

# Jupyter notebooks checkpoints
.ipynb_checkpoints/

# Local development files
local/
dev/

# Prodigy session state files
.prodigy/session_state.json
.prodigy/state.json.corrupted.*
.prodigy/mapreduce/
.prodigy/worktrees/
.prodigy/context/
.prodigy/metrics/