Spaces:
Sleeping
Sleeping
| # Created by https://www.toptal.com/developers/gitignore/api/venv,visualstudiocode | |
| # Edit at https://www.toptal.com/developers/gitignore?templates=venv,visualstudiocode | |
| ### venv ### | |
| # Virtualenv | |
| # http://iamzed.com/2009/05/07/a-primer-on-virtualenv/ | |
| .Python | |
| [Bb]in | |
| [Ii]nclude | |
| [Ll]ib | |
| [Ll]ib64 | |
| [Ll]ocal | |
| [Ss]cripts | |
| pyvenv.cfg | |
| venv | |
| .venv | |
| pip-selfcheck.json | |
| ### VisualStudioCode ### | |
| .vscode/* | |
| !.vscode/settings.json | |
| !.vscode/tasks.json | |
| !.vscode/launch.json | |
| !.vscode/extensions.json | |
| !.vscode/*.code-snippets | |
| # Local History for Visual Studio Code | |
| .history/ | |
| .ipynb_checkpoints/ | |
| # Built Visual Studio Code Extensions | |
| *.vsix | |
| ### VisualStudioCode Patch ### | |
| # Ignore all local history of files | |
| .history | |
| .ionide | |
| # End of https://www.toptal.com/developers/gitignore/api/venv,visualstudiocode |