Spaces:
Running
on
Zero
Running
on
Zero
| # Python cache and build files | |
| __pycache__/ | |
| *.py[cod] | |
| *.pyo | |
| *.pyd | |
| # Virtual environments | |
| .venv/ | |
| venv/ | |
| env/ | |
| # IDE and misc | |
| .idea/ | |
| .vscode/ | |
| .DS_Store |