├── .gitignore └── script.py /.gitignore: -------------------------------------------------------------------------------- 1 | venv 2 | .vscode -------------------------------------------------------------------------------- /script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CoreyMSchafer/Sample-Repo/HEAD/script.py --------------------------------------------------------------------------------