QChatGPT/.gitignore

25 lines
315 B
Plaintext
Raw Normal View History

2022-12-07 16:50:46 +08:00
config.py
2022-12-07 22:25:43 +08:00
.idea/
2022-12-16 00:00:16 +08:00
__pycache__/
database.db
qchatgpt.log
2023-02-27 13:57:45 +08:00
/banlist.py
plugins/
2023-02-14 23:07:16 +08:00
!plugins/__init__.py
/revcfg.py
2023-02-28 23:02:09 +08:00
prompts/
logs/
2023-03-05 11:05:42 +08:00
sensitive.json
temp/
current_tag
scenario/
!scenario/default-template.json
2023-03-15 11:24:45 +08:00
override.json
2023-03-15 15:50:14 +08:00
cookies.json
2023-03-31 14:49:13 +08:00
res/announcement_saved
2023-04-15 16:45:26 +08:00
res/announcement_saved.json
2023-04-07 13:20:57 +08:00
cmdpriv.json
tips.py
2023-04-23 23:40:08 +08:00
.venv
bin/
.vscode