mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-04-25 11:18:06 +00:00
32 lines
256 B
Plaintext
32 lines
256 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# uv
|
|
.uv-cache/
|
|
|
|
# IDEs
|
|
.idea/
|
|
.vscode/
|
|
frontend/.vscode/
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# Project Specific
|
|
logs/
|
|
node_modules/
|
|
data/
|
|
temp/
|
|
WareHouse/
|
|
|
|
# Git worktrees
|
|
.worktrees/ |