umi / .gitignore
Zai
Remove .idea from git
fbe00aa
raw
history blame contribute delete
350 Bytes
# Python
*.pyc
__pycache__/
# Virtual environments
venv/
env/
*.env/
# Jupyter Notebook
.ipynb_checkpoints/
# Model artifacts and datasets files
*.h5
*.pkl
*.npy
*.npz
*.csv
# Logs
*.log
# Ignore datasets directory if you store large datasets
data/
# Ignore environment configuration files
.env
# Ignore system files
.DS_Store
Thumbs.db
.idea