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.
19 lines
209 B
Text
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/
|