# Anything we compile
*.whl
*.pyd
build/
dist/
*.egg-info/

# venv related things
.venv/
__pycache__/

# other
.vscode/
