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

# Virtual environments
.venv
.pyre/

# Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.basedpyright_cache/
.coverage
htmlcov/

# IDEs
.idea/
.vscode/

