# Rust
/target
Cargo.lock

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd
*.pdb
.Python
dist/
build/
*.egg-info/
.eggs/
*.egg

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

# OS
.DS_Store
Thumbs.db

# Test files
*.xlsx
!tests/*.xlsx
.claude/

# Local-only agent artifacts — must NOT leak into this public repo
docs/reviews/
agent-memory-audit*.csv
