MistralApp / .dockerignore
chenzerong
fix error
35b7d71
raw
history blame contribute delete
396 Bytes
# Git
.git
.gitignore
.gitattributes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDE
.idea/
.vscode/
*.swp
*.swo
# 应用特定
*.log
uploads/*
!uploads/.gitkeep
# Docker
Dockerfile
.dockerignore