thera-mlx / .gitignore
mlmPenguin's picture
Add source code
29e0144 verified
# Model weights (large files — download via `python run.py convert` or get from HuggingFace)
weights/
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
*.egg
# Virtual environments
.venv/
venv/
env/
.env
# OS
.DS_Store
Thumbs.db
# Editor
.vscode/
.idea/
*.swp
*.swo
# Output files
output/
outputs/
*.tmp