# Rust
/target/
Cargo.lock

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

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

# OS
.DS_Store
Thumbs.db

# Test artifacts
.pytest_cache/

# Build artifacts
*.dSYM
*.dylib
*.so
*.abi3.so

# Claude
.claude/
CLAUDE.md
