| # Ignore outputs (generated images) | |
| outputs/ | |
| *.png | |
| # Ignore model weights (handled separately, e.g. via Git LFS or manual upload) | |
| model/*.pkl | |
| # Python cache | |
| __pycache__/ | |
| *.py[cod] | |
| *.so | |
| # Jupyter notebooks checkpoint | |
| .ipynb_checkpoints/ | |
| # System files | |
| .DS_Store | |
| Thumbs.db | |
| # Environment or build artifacts | |
| env/ | |
| venv/ | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| .cache/ | |
| *.log | |
| # VSCode and IDE settings | |
| .vscode/ | |
| .idea/ | |
| # Hugging Face specific | |
| *.sagemaker/ | |