-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (62 loc) · 1.24 KB
/
Copy path.gitignore
File metadata and controls
69 lines (62 loc) · 1.24 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Python build artefacts
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
dist/
build/
.pytest_cache/
.coverage
htmlcov/
# Virtual environments
.venv/
venv/
env/
.env/
# Environment / secrets
.env
.env.*
*.env
secrets.*
*.key
*.pem
*credentials*
# Build artifacts for the marketing video (rendered scene PNGs)
media/_scenes/
# Runtime state / local databases
*.db
*.sqlite
*.sqlite3
agentbridge_governance.db
*.log
# IDE / OS
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db
# ----------------------------------------------------------------------
# INTERNAL-ONLY docs — kept locally, NOT published to the public repo.
# These contain strategy / sales / discovery notes / pricing / candid
# self-critique and would help competitors more than they'd help us.
# ----------------------------------------------------------------------
docs/PROJECT_STATE.md
docs/DEEP_REVIEW_2026-06-06.md
docs/DEMAND_VALIDATION.md
docs/MOM_TEST_KIT.md
docs/MOM_TEST_TARGETS.md
docs/customer_discovery_log.md
docs/LAUNCH_KIT.md
docs/COMPETITIVE_LANDSCAPE.md
docs/ROADMAP_AND_MONETIZATION.md
docs/EU_AI_ACT_PLAN.md
docs/VISION_META_BRIDGE.md
docs/GOVERNANCE.md
docs/VALIDATION_SPRINT.md
docs/BATTLE_PLAN_30_DAYS.md
docs/COMPLIANCE_OUTREACH_KIT.md
# transient local test output
_final.txt
_*.txt