init commit
This commit is contained in:
66
.gitignore
vendored
66
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user