# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# IDE / editor
.idea/
.vscode/

# Agent tooling
.omo/
.opencode/
.codegraph/

# Test / lint caches
.pytest_cache/
.ruff_cache/
