feat: add fire detection training pipeline
This commit is contained in:
18
.gitignore
vendored
18
.gitignore
vendored
@@ -4,10 +4,22 @@ __pycache__/
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
*.egg-info/
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
# Virtual environments and caches
|
||||
.venv/
|
||||
.ruff_cache/
|
||||
|
||||
# IDEs
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Local datasets and training outputs
|
||||
data/*
|
||||
runs/
|
||||
|
||||
# Model artifacts
|
||||
*.pt
|
||||
*.onnx
|
||||
*.engine
|
||||
*.torchscript
|
||||
Reference in New Issue
Block a user