rctp_fcst/.dockerignore
TzuWei b3436707ad
Add Docker support with multi-stage build
- Added `Dockerfile` to streamline application containerization.
- Introduced `.dockerignore` file for better build context management.
2026-02-28 22:24:39 +09:00

17 lines
122 B
Plaintext

__pycache__
.venv
.git
.idea
.env
Downloads/
test_downloads/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
ENV/
env.bak/
venv.bak/