QChatGPT/.gitignore

36 lines
436 B
Plaintext
Raw Normal View History

/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
2023-05-18 21:05:45 +08:00
test_*
venv/
2023-07-31 20:23:54 +08:00
hugchat.json
qcapi
2023-08-14 19:11:48 +08:00
claude.json
2023-09-13 15:21:52 +08:00
bard.json
/*yaml
2023-12-13 14:53:39 +08:00
!/docker-compose.yaml
res/instance_id.json
.DS_Store
2024-02-06 21:26:03 +08:00
/data