derm / .gitignore
Tazik Shahjahan
gradiooo
aa28aa6
raw
history blame contribute delete
299 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
# Ignore IDE/Editor files
.vscode/
.idea/
*.swp