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

# the rest
.venv
.idea/
docs/_build
.coverage
.DS_Store
