Add phase 1 GitHub repo sampling pipeline
This commit is contained in:
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# Secrets and API Keys
|
||||
.env
|
||||
|
||||
# Python compilation files
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.pytest_cache
|
||||
|
||||
# Downloaded Data
|
||||
output/
|
||||
run*/
|
||||
seen_repo_ids.json
|
||||
Reference in New Issue
Block a user