Food-Weight-Benchmark / .gitignore
aibota01's picture
Deleted
057adc2
raw
history blame contribute delete
383 Bytes
# 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