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/ .docker_data/
docs/ docs/
surreal-data/ surreal-data/
notebook_data/
temp/ temp/
*.env *.env
.mypy_cache/ .mypy_cache/

1
.gitignore vendored
View file

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