ChatDev/.dockerignore
2026-02-09 16:47:20 +01:00

28 lines
212 B
Plaintext

.git
.gitignore
.gitattributes
*.pyc
.DS_Store
Thumbs.db
.idea/
.vscode/
__pycache__/
.venv/
env/
venv/
.uv-cache
.env
.env.*
node_modules/
WareHouse/
data/
temp/
logs
/frontend
README*
compose.yml
Dockerfile