Add notebook_data/ to .gitignore

Prevents tracking of notebook_data directory created during docker-compose execution.
This commit is contained in:
heecheol.park 2025-06-05 20:07:35 +09:00
parent 8f86b23bc4
commit e0457fc20d

1
.gitignore vendored
View file

@ -6,6 +6,7 @@ data/
sqlite-db/
surreal-data/
docker.env
notebook_data/
# Python-specific
*.py[cod]
__pycache__/