Files
iDRAC_Info/.dockerignore
T
unknown 58cae670c5
Docker Build / Build Docker image (push) Successful in 6s
Sync data folder contents
2026-06-10 13:41:57 +09:00

34 lines
429 B
Plaintext

.git
.gitignore
.dockerignore
Dockerfile
docker-compose.yml
.env
.env.*
venv/
.venv/
__pycache__/
**/__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.mypy_cache/
backend/instance/
*.log
*.zip
*.XLSM
*.xlsx
!data/**/*.XLSM
!data/**/*.xlsx
sam.txt
# The Docker image intentionally includes committed data contents. Keep local
# env files out of the build context because they may contain credentials.
!data/
!data/**
data/**/.env