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

# Virtual environments
.venv
venv/**
venv

# Dev
.coverage
.mypy_cache
.pytest_cache
.ruff_cache
htmlcov
a.py

#Sphinx
docs/build/**

# VS Code
.vscode
.vscode/**
