chore: Ignore local scraper credentials and swarmlib package copy in .gitignore
This commit is contained in:
parent
a66b981306
commit
d900e8a2bc
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -59,3 +59,8 @@ database/*.sqlite3
|
||||||
# Other
|
# Other
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
|
# Scraper configuration and local library copies
|
||||||
|
scraper_gis/domovoy_google_creds.json
|
||||||
|
scraper_gis/swarmlib/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue