MindMedic / .dockerignore
MoizK's picture
initital commit
c7dc5b8 verified
raw
history blame contribute delete
248 Bytes
# Git
.git
.gitignore
.gitattributes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
ENV/
# Environment
.env
.venv
# IDE
.vscode/
.idea/
# Chainlit
.chainlit/
# Misc
.DS_Store
*.log
README.md
LICENSE