Sluethink / .dockerignore
topGdev's picture
Add Dockerfile for HF Spaces deployment
8b959f3
raw
history blame contribute delete
283 Bytes
__pycache__
*.pyc
*.pyo
*.pyd
.Python
venv/
env/
.venv
.git
.gitignore
.env.local
.env.*.local
*.log
.DS_Store
node_modules/
.next/
dist/
build/
*.egg-info/
.pytest_cache/
.coverage
htmlcov/
.vscode/
.idea/
*.swp
*.swo
*~
.env
.env.example
README.md
.dockerignore
Dockerfile
.github/