Files
aichat/.gitignore
T
2026-06-09 12:04:12 +08:00

23 lines
196 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 编译产物
aichat
aichat.exe
# Unix socket
*.sock
# IDE
.idea/
.vscode/
# 配置文件(含 API Key
config.yaml
# 本地配置覆盖
config.local.yaml
conversations
tmp
*.exe
*.exe~