ChatDev/frontend/.dockerignore

26 lines
193 B
Plaintext

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