Project-Polymath / .dockerignore
Addyk24's picture
Added basic configs for env needed with dockerfile for deployment on space
675c21c
raw
history blame contribute delete
193 Bytes
# Virtual environments
.venv
venv
env
# Python cache
__pycache__
*.pyc
*.pyo
*.pyd
# Git and OS files
.git
.DS_Store
# Hugging Face / Model Caches
.cache
venv/
env/
.git/
__pycache__/
*.log