# .gitignore __pycache__/ *.pyc *.pyo *.pyd .Python env/ venv/ ENV/ env.bak/ venv.bak/ # Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # 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 pyinstaller outputs are folders generated by the tests below. *.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 *.log .hypothesis/ .pytest_cache/ cover/ # VS Code .vscode/ # Models (if downloaded locally and large) # Might want to add specific model directories if they appear here # e.g., /root/.cache/huggingface/ # Jupyter Notebook checkpoints .ipynb_checkpoints # Temporary files *.tmp *.bak *.swp *~