Spaces:
Runtime error
Runtime error
File size: 132 Bytes
11edfba |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# git ignore variables for python development
venv
*.pyc
__pycache__
*.egg-info
*.egg
*.pyo
*.pyd
*.so
*.dll
*.exe
*.tar
*.zip
*.tgz |