Files
simple-chat-api/.gitignore
T
2026-07-03 21:31:25 +08:00

17 lines
186 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.pytest_cache
# Virtual environments
.venv
# Local configuration and persisted conversations
.env
data/