# --- Данные и модели (большие, не для 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
