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

# Virtual environments
.venv

# VSCode
.vscode

# Testing and coverage
.coverage
.pytest_cache/
htmlcov/

# Allow .envrc to be committed
!.envrc