Skip to content

Commit f2f0d44

Browse files
authored
chore(gitleaks): update allowlist to ignore venv (#65)
* chore(gitleaks): only uv.lock * chore(gitignore): remove docs/site * chore(gitleaks): ignore venv
1 parent 663b7e4 commit f2f0d44

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ coverage/
1010

1111
.DS_Store
1212

13-
# Documentation build
14-
.docs/
15-
site/
1613

1714
*.egg-info
1815
dist/

.gitleaks.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ useDefault = true
77
[allowlist]
88
description = "Global allowlist"
99
paths = [
10-
'''\.lock$''',
11-
'''\.snap$''',
1210
'''uv\.lock$''',
11+
'''venv/''',
12+
'''\.venv/''',
13+
'''\.ruff_cache/''',
1314
]

0 commit comments

Comments
 (0)