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

# IDEs
.idea/
.vscode/

# OS
.DS_Store
thumbs.db

# Cargo
Cargo.lock

# Test intermediate files (generated during tests)
/tests/output/
**/diff_report_v*.json

# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
**/dist/
**/build/

# Python
__pycache__/
*.py[cod]
*~
*.so
.Python
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
*.egg-info/
.pytest_cache/
.coverage
htmlcov/

# Binary downloads
**/packages/*/bin/
**/packages/*/temp/

# Configuration files with sensitive data
.config/
**/claude_desktop_config.json
**/.config/claude-desktop/

# Claude CLI cache and logs
~/.cache/claude-cli-nodejs/
**/.cache/claude-cli-nodejs/
**/mcp-logs-ide/
**/*mcp-logs-ide*

# Temporary files
*.tmp
*.temp
*.swp
*.swo
*~

# Local development files
.env.local
.env.development.local
.env.test.local
.env.production.local

# Documentation consistency check outputs
docs-consistency-*.log
docs-consistency-*.json
