demospace / .dockerignore
Mitesh Koshiya
Update the dockerfile and few updates in main.py for error and health check
10c7644
raw
history blame contribute delete
365 Bytes
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.pdb
*.egg-info/
*.eggs/
*.log
# Virtual environments
venv/
env/
.venv/
.env/
# OS files
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# Build artifacts
*.whl
dist/
build/
# IDE/editor config
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# Docker
Dockerfile
docker-compose.yml
*.tar
# Misc
*.zip
*.bak
*.tmp