chore: remove sensitive credentials and update gitignore
Browse files- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -2,6 +2,7 @@ __pycache__/
|
|
| 2 |
*.pyc
|
| 3 |
*.pyo
|
| 4 |
serviceAccountKey*.json
|
|
|
|
| 5 |
.env
|
| 6 |
output_locus.txt
|
| 7 |
*.log
|
|
|
|
| 2 |
*.pyc
|
| 3 |
*.pyo
|
| 4 |
serviceAccountKey*.json
|
| 5 |
+
*credentials.json
|
| 6 |
.env
|
| 7 |
output_locus.txt
|
| 8 |
*.log
|