# Python
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
*.so
*.dylib
*.pyd

# Virtual environments
.venv

# Rust
/target

# Environment
.env

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

# Agent / Tooling
CLAUDE.md
.ruff_cache/
AGENTS.md