| # Python virtual environment | |
| hf-env/ | |
| venv/ | |
| env/ | |
| *.venv | |
| # Python cache files | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # Distribution / packaging | |
| .Python | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| share/python-wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| MANIFEST | |
| # PyInstaller | |
| # Usually these files are written by a python script from a template | |
| # before PyInstaller builds the exe, so as to inject date/other infos into it. | |
| *.manifest | |
| *.spec | |
| # Installer logs | |
| pip-log.txt | |
| pip-delete-this-directory.txt | |
| # Unit test / coverage reports | |
| htmlcov/ | |
| .tox/ | |
| .nox/ | |
| .coverage | |
| .coverage.* | |
| .cache | |
| nosetests.xml | |
| coverage.xml | |
| *.cover | |
| *.py,cover | |
| .hypothesis/ | |
| .pytest_cache/ | |
| cover/ | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| # IDE / Editor specific files | |
| .idea/ | |
| .vscode/ | |
| *.sublime-project | |
| *.sublime-workspace | |
| # OS generated files | |
| .DS_Store | |
| Thumbs.db | |
| # Results (optional - uncomment if you don't want to track results in Git) | |
| # results/ | |
| # Configuration files containing secrets (uncomment if you use these names) | |
| # configs/openrouter_config.yaml | |
| .env* | |
| .env | |
| # Logs | |
| logs/ | |
| *.log | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| pnpm-debug.log* | |
| lerna-debug.log* | |
| # Other | |
| *.swp | |
| *~ | |