forked from dael-amz/browser-agent-privacy-layer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (33 loc) · 624 Bytes
/
Copy path.gitignore
File metadata and controls
39 lines (33 loc) · 624 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
# Local secrets
.env
.env.*
!.env.example
# Python environments and caches
.venv/
.uv-cache/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# Privacy-sensitive runtime output
artifacts/
captures/
screenshots/
transcripts/
vault/
history/
# Local editor and OS files
.DS_Store
*.swp
.idea/
.vscode/
# PLVA detector bundle: pulled from a separate clone, not vendored here
plva-v2-baseline/
plva-v3/
# Local LLM weights (mediator/semantic executor): never commit model binaries
models/
# plva-v3-new generated build output (rebuildable; integrity manifests track it)
plva-v3-new/dist/