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

25 lines
185 B
Plaintext

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