# Rust
/target/
Cargo.lock

# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
dist/
*.so
*.dylib
*.dll
.mypy_cache/
.pytest_cache/
.ruff_cache

# Virtual environments
.venv/
venv/
env/

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

# Claude Code
.claude/

# OS
.DS_Store
Thumbs.db
