-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (46 loc) · 813 Bytes
/
Copy path.gitignore
File metadata and controls
52 lines (46 loc) · 813 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
42
43
44
45
46
47
48
49
50
51
52
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/
*.egg
.venv/
venv/
# Test and lint caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
# PyPI wheel bundle (generated by scripts/sync_package_data.py)
ovk/package_data/
# OVK CI and local verification artifacts
.ovk-check-test/
.verification/
# OVK generated outputs (repo root)
/ovk-evidence.json
/ovk-pr-comment.md
/ovk-attestation.json
/ovk-artifact-manifest.json
/ovk-evidence-quality.json
/ovk-provenance.json
/ovk-attestation-envelope.json
/ovk-branch-metadata.json
/ovk-*.json
/ovk-*.md
/ovk-*-bundle/
/ovk-full-bundle/
/ovk-action-dogfood-bundle/
/ovk-verify-bundle/
# Editor / OS junk
.idea/
.vscode/
*.swp
*~
Thumbs.db
.DS_Store
# Internal engineering handoff (not public product docs)
docs/internal/*.docx