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

# Developer-specific Claude Code settings
.claude/settings.local.json

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

# Coverage
*.profraw
*.profdata
lcov.info
coverage/
coverage-report/

# Benchmarks
/benches/*.txt
/benches/*.json

# Documentation
/doc/
/docs/_build/

# Testing
.hypothesis/
quickcheck-tests.json

# Build artifacts
/dist/
/build/

# Python
__pycache__/
*.py[cod]
*$py.class
.Python
.venv/
venv/
env/
ENV/

# OS
.DS_Store
Thumbs.db

# Backup files
*.bak
*.backup

# Temporary files
*.tmp
*.temp

# mdBook output
book/

# Tarpaulin
tarpaulin-report.html

# Generated documents
*.pdf

# Reference packages (downloaded for comparison)
pkgref/

# Generated example outputs
docs/paper/examples/
