Merge pull request #69 from pchuri/docs/improved-setup-instructions

Add notebook_data/ to .gitignore and .dockerignore
This commit is contained in:
Luis Novo 2025-06-07 22:05:41 -03:00 committed by GitHub
commit e9786647aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

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

1
.gitignore vendored
View file

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