mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-04-25 11:18:06 +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
|
||||
.DS_Store
|
||||
.idea
|
||||
.vscode
|
||||
# Python
|
||||
__pycache__/
|
||||
.env/
|
||||
*.pyc
|
||||
|
||||
# Virtual environments
|
||||
.venv/
|
||||
env/
|
||||
venv/
|
||||
.idea
|
||||
.venv
|
||||
.uv-cache
|
||||
logs
|
||||
node_modules
|
||||
frontend/.vscode
|
||||
WareHouse/
|
||||
env/
|
||||
|
||||
# uv
|
||||
.uv-cache/
|
||||
|
||||
# IDEs
|
||||
.idea/
|
||||
.vscode/
|
||||
frontend/.vscode/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
|
||||
# Environment
|
||||
.env
|
||||
|
||||
# Project Specific
|
||||
logs/
|
||||
node_modules/
|
||||
data/
|
||||
temp/
|
||||
temp/
|
||||
WareHouse/
|
||||
Loading…
x
Reference in New Issue
Block a user