mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
* chore: set Python version to 3.10 * feat: add pyproject.toml for project configuration and dependencies * style: streamline bot retrieval and update logic in PipelineService * feat: update dependencies and configuration for ruff and pip * chore: remove ruff configuration file * style: change quote style from single to double in ruff configuration * style: unify string quote style to double quotes across multiple files * chore: update .gitignore to include .venv and uv.lock * chore: remove unused configuration files and clean up project structure * chore: revert quote-style to `single` * chore: set default python version to 3.12 --------- Co-authored-by: Junyan Qin <rockchinq@gmail.com>
45 lines
549 B
Plaintext
45 lines
549 B
Plaintext
/config.py
|
|
.idea/
|
|
__pycache__/
|
|
database.db
|
|
langbot.log
|
|
/banlist.py
|
|
/plugins/
|
|
!/plugins/__init__.py
|
|
/revcfg.py
|
|
prompts/
|
|
logs/
|
|
sensitive.json
|
|
temp/
|
|
current_tag
|
|
scenario/
|
|
!scenario/default-template.json
|
|
override.json
|
|
cookies.json
|
|
data/labels/announcement_saved.json
|
|
cmdpriv.json
|
|
tips.py
|
|
venv*
|
|
bin/
|
|
.vscode
|
|
test_*
|
|
venv/
|
|
hugchat.json
|
|
qcapi
|
|
claude.json
|
|
bard.json
|
|
/*yaml
|
|
!.pre-commit-config.yaml
|
|
!components.yaml
|
|
!/docker-compose.yaml
|
|
data/labels/instance_id.json
|
|
.DS_Store
|
|
/data
|
|
botpy.log*
|
|
/poc
|
|
/libs/wecom_api/test.py
|
|
/venv
|
|
test.py
|
|
/web_ui
|
|
.venv/
|
|
uv.lock |