mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-17 13:07:17 +02:00
- Pin Ubuntu base image by SHA256 digest for reproducibility - Pin ttyd to release tag 1.7.7 with --depth 1 - Add --no-cache-dir to pip install to reduce image size - Expand .dockerignore with .env, .pickle, cache dirs, logs - Expand .gitignore with IDE files, OS files, debug logs Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
16 lines
135 B
Text
16 lines
135 B
Text
.git
|
|
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
.github
|
|
.venv
|
|
*.egg-info
|
|
dist/
|
|
build/
|
|
*.pickle.bak
|
|
*.pickle
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.env
|
|
.env.*
|
|
*.log
|