Spaces:
Runtime error
Runtime error
File size: 272 Bytes
b044427 |
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 |
# Compiled python files
*.pyc
# Compiled C extensions
*.so
# Distribution / packaging
dist/
build/
*.egg-info/
# IDE / editor files
.idea/
*.swp
*~
# Virtual environment
venv/
env/
__pycache__/
.vscode/
.DS_Store
cache/
secret_keys_mine.sh |