openai/chatkit-python

Public

mirrored fromhttps://github.com/openai/chatkit-pythonAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
778828a4fbce2d0e3232582de073e9a10275ad4c

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.gitignore

40lines · modepreview

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Type checking / lint caches
.mypy_cache/
.ruff_cache/
.pyre/
.pytype/

# Test & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# DB
chatkit*.db

uploads/

# MkDocs build output
site/

# Editors & OS
.DS_Store
.idea/
.vscode/
.python-version
.cache/
.ipynb_checkpoints/