Update .gitignore
This commit is contained in:
parent
991f036d10
commit
3cb987c25b
|
|
@ -1,9 +1,3 @@
|
|||
|
||||
scraper/credentials.yaml
|
||||
scraper/input.txt
|
||||
scraper/params.json
|
||||
scraper/selectors.json
|
||||
scraper/data/
|
||||
# Created by https://www.gitignore.io/api/python
|
||||
# Edit at https://www.gitignore.io/?templates=python
|
||||
|
||||
|
|
@ -120,6 +114,9 @@ dmypy.json
|
|||
|
||||
## Generated data
|
||||
/data
|
||||
scraper/credentials.yaml
|
||||
scraper/input.txt
|
||||
scraper/data/
|
||||
|
||||
## Python venv
|
||||
venv
|
||||
|
|
|
|||
Loading…
Reference in New Issue