Spaces:
Sleeping
Sleeping
# Python | |
__pycache__/ | |
*.py[cod] | |
*.egg | |
*.egg-info/ | |
dist/ | |
build/ | |
*.log | |
# Environment | |
.env | |
.venv/ | |
venv/ | |
ENV/ | |
env/ | |
*.env | |
# Jupyter | |
.ipynb_checkpoints/ | |
# OS | |
.DS_Store | |
Thumbs.db | |
# VSCode | |
.vscode/ | |
# Data and results (optional, uncomment if needed) | |
# data/ground_truth.csv | |
# evaluation_results.csv | |
# Pytest cache | |
.pytest_cache/ | |
.cache/ | |
# Hugging Face Spaces metadata | |
huggingface.yaml | |