Spaces:
Runtime error
Runtime error
File size: 397 Bytes
00e5927 ad17ddf 4ebc49e 00e5927 ad17ddf |
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 33 |
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.so
# Virtual environment
venv/
env/
.venv/
# Build
build/
dist/
# Jupyter Notebook checkpoints
.ipynb_checkpoints/
# Logs and local environment files
*.log
*.env
.env.local
# PyTorch or TensorFlow saved models
*.pt
*.pth
*.h5
# VSCode settings (if using VSCode)
.vscode/
# Hugging Face cache (optional)
/content/huggingface/
|