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

# Virtual environments
.venv/

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/
