mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-08-01 02:46:07 +00:00
chores: makefile utility
This commit is contained in:
parent
d2695f9bcb
commit
250fdc93a3
39
.gitignore
vendored
39
.gitignore
vendored
@ -1,18 +1,29 @@
|
|||||||
*.pyc
|
# Python
|
||||||
.DS_Store
|
|
||||||
.idea
|
|
||||||
.vscode
|
|
||||||
__pycache__/
|
__pycache__/
|
||||||
.env/
|
*.pyc
|
||||||
|
|
||||||
|
# Virtual environments
|
||||||
.venv/
|
.venv/
|
||||||
env/
|
|
||||||
venv/
|
venv/
|
||||||
.idea
|
env/
|
||||||
.venv
|
|
||||||
.uv-cache
|
# uv
|
||||||
logs
|
.uv-cache/
|
||||||
node_modules
|
|
||||||
frontend/.vscode
|
# IDEs
|
||||||
WareHouse/
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
frontend/.vscode/
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Environment
|
||||||
|
.env
|
||||||
|
|
||||||
|
# Project Specific
|
||||||
|
logs/
|
||||||
|
node_modules/
|
||||||
data/
|
data/
|
||||||
temp/
|
temp/
|
||||||
|
WareHouse/
|
||||||
Loading…
x
Reference in New Issue
Block a user