Spaces:
Runtime error
Runtime error
File size: 123 Bytes
cf815ef |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# Virtual environments
.venv/
venv/
.myenv/
myenv/
# Python cache files
__pycache__/
*.pyc
# Environment variables
.env
|