1
0
forked from erp-dev/erp
Files
erpnew/.dockerignore

24 lines
369 B
Plaintext

.git
.idea
.vscode
.cursor
__pycache__/
*.py[cod]
*.pyd
.pytest_cache
.mypy_cache
.ruff_cache
.coverage
htmlcov/
# 本地环境变量(不要打进发布镜像)
.env
# 本地备份文件(体积大且可能包含敏感数据)
data-bak/
*.sql
# Celery Beat 本地持久化调度文件(不要进镜像,也不要污染构建上下文)
celerybeat-schedule*