Update .gitignore

This commit is contained in:
Haris Muneer ⚡️ 2020-04-11 18:26:06 +05:00 committed by GitHub
parent 991f036d10
commit 3cb987c25b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

9
.gitignore vendored
View File

@ -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