Spaces:
Runtime error
Runtime error
File size: 114 Bytes
2700879 |
1 2 3 4 5 6 |
# Ignore Python cache files in all directories
**/__pycache__/
*.pyc
# Ignore virtual environment directory
venv/ |