Digital-Galatea / .dockerignore
codejedi's picture
Prepare Digital Galatea for Hugging Face Spaces deployment
417fc3e
raw
history blame contribute delete
222 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
# Environment files
.env
.env.local
# Git
.git
.gitignore
# IDEs
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Misc
*.log
*.md~
.cache/