derm-ai / .dockerignore
muhammadnoman76's picture
update
75e2b6c
raw
history blame contribute delete
381 Bytes
# Version control
.git
.gitignore
# Environment files
.env
.venv
env/
venv/
ENV/
# Python cache files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.pytest_cache/
.coverage
htmlcov/
# Build directories
build/
dist/
*.egg-info/
# Data directories that should be mounted as volumes
temp/
uploads/
# IDE files
.idea/
.vscode/
*.swp
*.swo
# OS specific files
.DS_Store
Thumbs.db