| # macOS system files | |
| .DS_Store | |
| # Virtual environments | |
| .venv/ | |
| venv/ | |
| ENV/ | |
| env/ | |
| *.env | |
| # Python bytecode and build artifacts | |
| __pycache__/ | |
| *.py[cod] | |
| *.so | |
| *.egg-info/ | |
| build/ | |
| dist/ | |
| # IDE & editor settings | |
| .vscode/ | |
| .idea/ | |
| # Jupyter | |
| .ipynb_checkpoints/ | |
| profile_default/ | |
| ipython_config.py | |
| # Output and data | |
| output/ | |
| data/ | |
| temp/ | |
| test_logs/ | |
| # Caching | |
| lm_eval/caching/.cache | |
| lm_cache/ | |
| # Logging | |
| *.log | |
| logs/ | |
| # wandb experiment tracking | |
| wandb/ | |
| examples/wandb/ | |
| # PyInstaller | |
| *.spec | |