FoodClassifier-ViT / .gitignore
mahmoudalrefaey's picture
Upload 7 files
2417fa0 verified
raw
history blame contribute delete
977 Bytes
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
.venv/
venv/
ENV/
env.bak/
foodvit_env/
# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# mypy
.mypy_cache/
.dmypy.json
# VS Code
.vscode/
# Mac
.DS_Store
# Windows
Thumbs.db
Desktop.ini
# Model weights (optional: comment out if you want to track model files)
model/*.pth
# Sample images (optional: comment out if you want to track sample images)
assets/samples/*