Spaces:
Sleeping
Sleeping
| # Python | |
| __pycache__/ | |
| *.pyc | |
| *.egg-info/ | |
| .pytest_cache/ | |
| # Virtual environment | |
| venv/ | |
| # Large model files (download locally) | |
| models/ | |
| # Trained adapter weights (train locally) | |
| adapters/ | |
| # Training data (copied from MLX project) | |
| training_data/ | |
| # Dataset symlink | |
| data | |
| data/ | |
| # Jupyter | |
| .ipynb_checkpoints/ | |
| # macOS | |
| .DS_Store | |
| ._* | |