Spaces:
Runtime error
Runtime error
File size: 286 Bytes
7123d7a |
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 |
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Local development settings
.env
venv/
# Log files
*.log
# Build files
build/
dist/
*.egg-info/
# Editor files
.vscode/
.idea/
# System files
.DS_Store
Thumbs.db
# Other
*.pyc
*.bak
*.swp
*.swo
*.DS_Store
|