CoolFace
Apppublic

xfvsdf/qqbot

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
.gitignore87 linesDownload Raw Back to root
1# Credential files - should never be committed2*.json3*.toml4creds/5 6# Environment configuration7.env8 9# Python10uv.lock11__pycache__/12*.py[cod]13*$py.class14*.so15.Python16build/17develop-eggs/18dist/19downloads/20eggs/21.eggs/22lib/23lib64/24parts/25sdist/26var/27wheels/28pip-wheel-metadata/29share/python-wheels/30*.egg-info/31.installed.cfg32*.egg33MANIFEST34 35# PyInstaller36*.manifest37*.spec38 39# Installer logs40pip-log.txt41pip-delete-this-directory.txt42 43# Unit test / coverage reports44htmlcov/45.tox/46.nox/47.coverage48.coverage.*49.cache50nosetests.xml51coverage.xml52*.cover53*.py,cover54.hypothesis/55.pytest_cache/56 57# Virtual environments58.env59.venv60env/61venv/62ENV/63env.bak/64venv.bak/65 66# IDE67.vscode/68.idea/69.claude/70*.swp71*.swo72*~73 74# OS75.DS_Store76.DS_Store?77._*78.Spotlight-V10079.Trashes80ehthumbs.db81Thumbs.db82 83# Logs84*.log85log.txt86*.txt87