arpit-gour02's picture
Remove experimental notebooks from remote
1a7a5b2
raw
history blame contribute delete
557 Bytes
# --- OS Junk ---
.DS_Store
.DS_Store?
._*
.Trashes
Thumbs.db
# --- Python ---
__pycache__/
*.py[cod]
*.so
.venv
venv/
env/
.env
# --- Jupyter Notebooks ---
.ipynb_checkpoints
*/.ipynb_checkpoints/*
# --- IDEs (PyCharm / VS Code) ---
.idea/
.vscode/
*.swp
# --- Large Data & Models ---
# Prevent uploading the massive dataset folder
rvl_cdip_data/
data/
# Ignore local heavy model weights (unless tracked by LFS)
*.pth
*.pt
*.ckpt
*.h5
# --- Exception: Keep specific small files if needed ---
# !training_history.pthres.ipynb
test.ipynb
results.ipynb