Первый коммит: код классификатора наручных знаков (Naruto)
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# --- Данные и модели (большие, не для git) ---
|
||||
in/models/
|
||||
out/
|
||||
*.pth
|
||||
*.pt
|
||||
*.onnx
|
||||
*.ckpt
|
||||
|
||||
# --- IDE ---
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# --- Python ---
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
.ipynb_checkpoints/
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
|
||||
# --- ОС ---
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user