🙈 chore: add Python and ML model files to gitignore

This commit is contained in:
Till-JS 2026-01-28 16:15:01 +01:00
parent 1f5df44cb0
commit bd10762107

13
.gitignore vendored
View file

@ -100,3 +100,16 @@ yarn.lock
# Mac Mini deployment
.env.macmini
ssh-key-command.txt
# Python
.venv/
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
pip-log.txt
pip-delete-this-directory.txt
# ML Models (large files, downloaded on demand)
mlx_models/