aideml / .dockerignore
Dixing Xu
:whale: Add Dockerfile
7d5a3b4 unverified
raw
history blame contribute delete
144 Bytes
.git
.gitignore
logs/
workspaces/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
.env
.venv
.coverage
.pytest_cache/
.mypy_cache/