SATEv1.5 / .gitignore
Shuwei Hou
update
2acf5dd
raw
history blame
774 Bytes
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg
*.egg-info/
dist/
build/
.env
.venv/
*.sqlite3
# Jupyter Notebook Checkpoints
.ipynb_checkpoints/
# VSCode / IDEs
.vscode/
.idea/
# OS Files
.DS_Store
Thumbs.db
# Log and Cache
*.log
*.tmp
*.bak
.cache/
*.swp
# Node.js
node_modules/
npm-debug.log*
# Compiled files
*.o
*.so
*.exe
*.dll
*.class
# Docker
.dockerignore
docker-compose.override.yml
.docker/
data/*.py
session_data
# Model files
segmentation/models/SaT_cunit_with_maze/model_finetuned
# Ignore all large binary/log/model files
*.pth
*.bin
!transcription/whisperx/assets/pytorch_model.bin
*.wandb
wandb/
segmentation/models/SaT_cunit_with_maze/wandb/
segmentation/models/SaT_cunit_with_maze/model_finetuned/
segmentation/models/SaT_cunit_with_maze/wandb