imetting_backend/.dockerignore

52 lines
417 B
Plaintext

# Python相关
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
venv/
env/
ENV/
# 用户上传文件(最重要!)
uploads/
# 测试和开发文件
test/
tests/
*.pytest_cache/
.coverage
htmlcov/
# Git
.git/
.gitignore
.gitattributes
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 日志
*.log
logs/
# 环境变量
.env.local
.env.*.local
# 文档
*.md
docs/
# 其他
.DS_Store
*.bak
*.tmp