dotandru commited on
Commit
1a4bec0
·
1 Parent(s): 95a935a

chore: remove sensitive credentials and update gitignore

Browse files
Files changed (1) hide show
  1. .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