-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (36 loc) · 575 Bytes
/
Copy path.gitignore
File metadata and controls
41 lines (36 loc) · 575 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
.venv-*/
venv/
.env
# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
# OS / editor
.DS_Store
.idea/
.vscode/
# Signing keys — never commit raw Ed25519 seeds
*.key
signer.key
*.seed
# Mutation-testing scratch (dev-only; mutmut sandbox + cache)
mutants/
.mutmut-cache
# RT-10 findings-register signing key (self-attested ceremony, never committed)
audit_artifacts/.findings_register_key.ed25519
dist_pkgtest/
dist_pkgtest2/
dist_pkgtest3/
dist_pkgtest4/
dist_pkgtest5/
dist_rc/