Files
sleep-detection/.gitignore
T
agj dcb46ec908 feat: first training attempt
It still sucks. I'm sure the the feature embedding is terribly wrong.
2026-08-02 10:29:55 +02:00

15 lines
132 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Models
**/*.pt
*.pt