Spaces:
Runtime error
Runtime error
File size: 296 Bytes
01f3f8e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
__pycache__
.DS_Store
*.pyc
*.pyo
*.pyd
*.so
.Python
.mypy_cache
.pytest_cache
.coverage
.coverage.*
.cache
*.swp
*~
.dcccache
.dcignore
/tmp
*.log
.idea
*.code-workspace
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.python-version
pip-log.txt
pip-delete-this-directory.txt
/dist
/.make.functions.sh
|