25 lines
264 B
Plaintext
25 lines
264 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info/
|
|
|
|
# Virtual environments and caches
|
|
.venv/
|
|
.ruff_cache/
|
|
|
|
# IDEs
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Local datasets and training outputs
|
|
data/*
|
|
runs/
|
|
|
|
# Model artifacts
|
|
*.pt
|
|
*.onnx
|
|
*.engine
|
|
*.torchscript |