computer-use-agent / .dockerignore
A-Mahla
Dockerized App (#4)
3f05344
raw
history blame
618 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.pytest_cache/
.coverage
htmlcov/
.tox/
.venv
venv/
ENV/
env/
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
cua2-front/dist/
cua2-front/build/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Git
.git/
.gitignore
.gitattributes
# Documentation
*.md
!README.md
docs/
# Data and logs
*.log
*.pid
data/
cua2-core/data/
# Environment
.env
.env.local
.env.*.local
# Test
tests/
test_*.py
*_test.py