mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 18:41:08 +02:00
🙈 chore: add Python and ML model files to gitignore
This commit is contained in:
parent
1f5df44cb0
commit
bd10762107
1 changed files with 13 additions and 0 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue