Spaces:
Running
Running
#.gitignore | |
# venv | |
venv/ | |
# Python cache | |
__pycache__/ | |
*.pyc | |
# IDE OS | |
.idea/ | |
.vscode/ | |
.DS_Store |
#.gitignore | |
# venv | |
venv/ | |
# Python cache | |
__pycache__/ | |
*.pyc | |
# IDE OS | |
.idea/ | |
.vscode/ | |
.DS_Store |