We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663b7e4 commit f2f0d44Copy full SHA for f2f0d44
.gitignore
@@ -10,9 +10,6 @@ coverage/
10
11
.DS_Store
12
13
-# Documentation build
14
-.docs/
15
-site/
16
17
*.egg-info
18
dist/
.gitleaks.toml
@@ -7,7 +7,8 @@ useDefault = true
7
[allowlist]
8
description = "Global allowlist"
9
paths = [
- '''\.lock$''',
- '''\.snap$''',
'''uv\.lock$''',
+ '''venv/''',
+ '''\.venv/''',
+ '''\.ruff_cache/''',
]
0 commit comments