36 lines
466 B
Plaintext
36 lines
466 B
Plaintext
|
|
# Ignore all model weights and large data
|
|
*.joblib
|
|
*.nc
|
|
*.tif
|
|
*.tiff
|
|
*.png
|
|
*.jpg
|
|
*.jpeg
|
|
*.h5
|
|
*.pt
|
|
*.ckpt
|
|
*.pb
|
|
*.npz
|
|
*.npy
|
|
|
|
# Ignore model info/metadata if không cần backup
|
|
# *.json
|
|
|
|
# Ignore cache, prediction, backup folders
|
|
dataset_cache/
|
|
predictions/
|
|
backup_model_train/
|
|
backup_ketquaphanloai/
|
|
backup_S3_download_Amazon/
|
|
model_train/
|
|
__pycache__/
|
|
# Ignore large data files
|
|
ndvi_results/
|
|
ndvi_cache/
|
|
prediction_cache/
|
|
dataset_cache/
|
|
bfg.jar
|
|
..bfg-report/
|
|
.dvc/
|