| # Python bytecode | |
| __pycache__/ | |
| *.py[cod] | |
| # Virtual environments | |
| .venv/ | |
| venv/ | |
| # Packaging / build output | |
| build/ | |
| dist/ | |
| *.egg-info/ | |
| # Test / runtime caches | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .ipynb_checkpoints/ | |
| # Local generated outputs | |
| predictions_output.csv | |
| # OS / editor noise | |
| .DS_Store | |
| Thumbs.db | |