| venv/ | |
| __pycache__/ | |
| *.DS_Store | |
| pics/ | |
| borrowFrom/ | |
| benchmark_results/ | |
| # Large Model Files (Source) | |
| *.pth | |
| *.tar | |
| *.t7 | |
| *.caffemodel | |
| *.ckpt | |
| # Ignore contents of toConvert but keep the folder | |
| toConvert/* | |
| !toConvert/.gitkeep | |
| # Ignore images generally | |
| *.jpg | |
| *.png | |
| *.gif | |
| # Un-ignore specific assets | |
| !assets/ | |
| !assets/** | |
| !input/ | |
| toConvert/ | |
| comparisons/ | |
| TRAINING_PIPELINE.md | |