Files
NarutoClassificasion/.gitignore

25 lines
272 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# --- Данные и модели (большие, не для 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