# Python
dist/
__pycache__/
*.egg-info/
*.pyc
*.pyo
*.pyd

# Virtual Environments
.venv/
