Files
simple-chat-api/.gitignore
T
2026-06-29 23:48:53 +08:00

15 lines
171 B
Plaintext

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