You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
in sample 08-building-search-applications the script (transcript_download.py) downloads data from youtube and stores is in subdirectory within the sample. However this is data which does not belong to the version control, hence there should be an entry in .gitignore.
To Reproduce
Steps to reproduce the behavior:
Go to 08-building-search-applications
build the example, download dependencies with pip etc
start the example via the prepare_transcripts_ai_show.sh
this downloads file to 08-building-search-applications/scripts/transcripts_the_ai_show/
git shows the downloaded files as U, however they should be ignored
Expected behavior
downloaded files should be ignored in git.
The text was updated successfully, but these errors were encountered:
Describe the bug
in sample 08-building-search-applications the script (transcript_download.py) downloads data from youtube and stores is in subdirectory within the sample. However this is data which does not belong to the version control, hence there should be an entry in .gitignore.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
downloaded files should be ignored in git.
The text was updated successfully, but these errors were encountered: