first commit
This commit is contained in:
+65
@@ -0,0 +1,65 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
*.egg-info/
|
||||
.eggs/
|
||||
dist/
|
||||
build/
|
||||
*.egg
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
|
||||
# Model weights & exports
|
||||
# weights/
|
||||
# *.pt
|
||||
# *.pth
|
||||
# *.onnx
|
||||
# *.engine
|
||||
# *.weights
|
||||
|
||||
# Images (inference input/output)
|
||||
*_marked.jpg
|
||||
*_marked.jpeg
|
||||
*_marked.png
|
||||
image.jpg
|
||||
*.jpg
|
||||
*.jpeg
|
||||
*.png
|
||||
*.bmp
|
||||
*.webp
|
||||
!image1.jpg
|
||||
!image2.jpg
|
||||
!image3.jpg
|
||||
|
||||
# Ultralytics outputs
|
||||
runs/
|
||||
output/
|
||||
outputs/
|
||||
results/
|
||||
|
||||
# ClearML
|
||||
clearml.conf
|
||||
*.log
|
||||
|
||||
# Jupyter
|
||||
.ipynb_checkpoints/
|
||||
|
||||
# Environment & secrets
|
||||
.env
|
||||
.env.*
|
||||
*.pem
|
||||
Reference in New Issue
Block a user