generative-ai-for-beginners
generative-ai-for-beginners copied to clipboard
.gitignore should ignore downloaded files of sample 08-building-search-applications
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.
👋 Thanks for contributing @merklbe1SICKAG! We will review the issue and get back to you soon.
Thanks for reporting and the PR. I have tagged @gloveboxes to review as the lesson owner.