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.
This commit is contained in:
heecheol.park 2025-06-06 20:19:15 +09:00
parent e0457fc20d
commit 45250bb75f

View file

@ -12,6 +12,7 @@ docker-compose*
.docker_data/
docs/
surreal-data/
notebook_data/
temp/
*.env
.mypy_cache/