# Rust
/target

# Python
__pycache__/
*.pyc
*.pyd
*.so
*.egg-info/
/dist
.venv/
venv/

# Testing
.pytest_cache/

# IDE
.idea/
*.iml

# Claude
.claude/
CLAUDE.md

# Project-specific
build.bat
