derm-foundation / .gitignore
taziksh's picture
Upload folder using huggingface_hub
9c5ec50 verified
raw
history blame contribute delete
304 Bytes
# Ignore the virtual environment
derm/
# Ignore model weights & large binary files
model.h5
scin_dataset_precomputed_embeddings.npz
# Ignore system files
__pycache__/
*.pyc
*.pyo
.DS_Store
# Ignore logs and temporary files
logs/
*.log
*.out
*.err
.env
# Ignore IDE/Editor files
.vscode/
.idea/
*.swp