Spaces:
Running
Running
# OS generated files | |
.DS_Store | |
Thumbs.db | |
# Environment files | |
*.env | |
.env | |
# Python virtual environment | |
venv/ | |
env/ | |
*.pyc | |
__pycache__/ | |
# Hugging Face related | |
.huggingface | |
# Project specific | |
argmaxinc/ | |
table_data.json | |
# Jupyter Notebook | |
.ipynb_checkpoints | |
# PyCharm | |
.idea/ | |
# VS Code | |
.vscode/ | |
# Gradio temporary files | |
gradio_cached_examples/ | |
# Logs | |
*.log | |
# Dependency directories | |
node_modules/ | |
# Distribution / packaging | |
dist/ | |
build/ | |
*.egg-info/ | |
# Temporary files | |
*.tmp | |
*.bak | |
*.swp | |
# Dataset files (if you don't want to track them) | |
*.jsonl | |
# Model files (if you don't want to track them) | |
*.pth | |
*.h5 | |
*.ckpt | |
.gradio/ | |