ExplainableCNN / .gitignore
Stefano01's picture
Upload folder using huggingface_hub
dfafaa4 verified
raw
history blame contribute delete
443 Bytes
# bytecode & caches
__pycache__/
*.py[cod]
*.pyo
# envs
.env
.venv
venv/
ENV/
.conda/
.ipynb_checkpoints/
# OS/editor
.DS_Store
Thumbs.db
.vscode/
.idea/
# build/dist
build/
dist/
*.egg-info/
# data & artifacts
data/
checkpoints/
reports/figures/
reports/cams/
logs/
runs/
wandb/
input/
notebooks/reports
reports
# notebooks temp
*.checkpoint.ipynb
# configs with secrets (if any)
*.secret.*
# Model checkpoints
saved_checkpoints/*.ckpt