This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# .dockerignore — 标准模板
# 排除不必要的文件,减小构建上下文
# 路径:templates/dockerignore
__pycache__/
*.pyc
*.pyo
*.db
*.log
.git/
.gitignore
.venv/
venv/
node_modules/
*.md
docs/
tests/
Dockerfile
docker-compose*.yml
.dockerignore
*.so
*.a
dist/
build/
*.egg-info/