From 82e4cbee86aeaf535b734bad8127580ffcd4f054 Mon Sep 17 00:00:00 2001 From: saeedkhosravi94 Date: Sat, 8 Nov 2025 19:20:12 +0100 Subject: [PATCH] init commit --- .gitignore | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/.gitignore b/.gitignore index c933892..88cb068 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,69 @@ +# Directories ./ultralytics ./models ./datasets + +# Large model files and weights +*.pt +*.pth +*.h5 +*.ckpt +*.pkl +*.joblib +*.onnx +*.pb +*.tflite +*.weights +*.bin + +# Large data files +*.csv +*.parquet +*.feather +*.hdf5 +*.h5 + +# Generated and temporary files +templates/static/public/files/NDCC_*.csv +templates/static/public/files/repair/predicted/*.jpg +templates/static/public/files/repair/predicted/*.png +templates/static/public/files/repair/weights/*.pt + +# Python cache +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python + +# Virtual environments +venv/ +env/ +ENV/ +.venv + +# IDE +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# OS files +.DS_Store +Thumbs.db + +# Logs +*.log + +# Results and output files +results.csv +*.csv.bak + +# Large images (optional - uncomment if needed) +# *.jpg +# *.jpeg +# *.png +# *.gif +# *.bmp +# *.tiff