# vscode
.vscode/

# model
models/
*.pt
*.onnx
*.h5
*.pkl
dist/
*.whl

# Python
__pycache__/
*.ipynb
*.pyc
*.pyo

# Models - critical: keep large files out of git!
checkpoints/
*.pt
*.onnx
*.h5
*.pkl
*.bin

# Build artifacts
dist/
build/
*.egg-info/

# Virtual environment
.venv/
.env