# Python
*.py[cod]
__pycache__/
*.egg-info/
/.eggs/
# # Virtual Environment
/.venv/
# # Build
/build/
/dist/
# AutoGenerated Docs
/docs/api/
