local-inference / .dockerignore
ButterM40's picture
Docker: add .dockerignore and robustify Dockerfile for Spaces (install deps, prefer-binary)
a828cd4
raw
history blame contribute delete
208 Bytes
__pycache__/
.venv/
.cache/
build/
dist/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.git/
.github/
node_modules/
models/
*.sqlite3
*.db
Dockerfile
*.log
/.env
/.venv
/.mypy_cache
/.pytest_cache
static/node_modules/