| # Python/ML common | |
| __pycache__/ | |
| .venv/ | |
| env/ | |
| .DS_Store | |
| *.log | |
| # Model artifacts you don't want to commit | |
| checkpoints/ | |
| outputs/ | |
| tmp/ |
| # Python/ML common | |
| __pycache__/ | |
| .venv/ | |
| env/ | |
| .DS_Store | |
| *.log | |
| # Model artifacts you don't want to commit | |
| checkpoints/ | |
| outputs/ | |
| tmp/ |