Skip to content

Commit 464f971

Browse files
author
benoit-cty
committed
Prevent token leaks
1 parent 564177f commit 464f971

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.gitignore

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ __pycache__/
88
*intel_power_gadget_log.csv
99
*powermetrics_log.txt
1010
!tests/test_data/mock*
11-
.codecarbon.config
1211

1312
# C extensions
1413
*.so
15-
.codecarbon.config
1614

1715
# Distribution / packaging
1816
.Python
@@ -132,4 +130,5 @@ tests/test_data/rapl/*
132130
*.cast
133131

134132
# credentials
135-
credentials.json
133+
credentials*
134+
.codecarbon.config*

0 commit comments

Comments
 (0)