open-notebook/.dockerignore
heecheol.park 45250bb75f Add notebook_data/ to .dockerignore
Following reviewer feedback to add notebook_data/ to .dockerignore
in addition to .gitignore. This prevents the directory from being
included in Docker builds while still keeping it out of git tracking
during development.
2025-06-06 20:19:15 +09:00

19 lines
209 B
Text

notebooks/
data/
.uploads/
.venv/
.mypy_cache/
.ruff_cache/
.env
sqlite-db/
temp/
google-credentials.json
docker-compose*
.docker_data/
docs/
surreal-data/
notebook_data/
temp/
*.env
.mypy_cache/
.ruff_cache/