-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.gitignore
More file actions
83 lines (75 loc) · 1.74 KB
/
Copy path.gitignore
File metadata and controls
83 lines (75 loc) · 1.74 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# ~/.claude git repo
# Track: council-automation/, commands/, mcp-servers/browser-bridge/,
# portfolio/, automated-loop/, and root docs
# Exclude everything by default
*
# Include root files
!.gitignore
!CLAUDE.md.example
!LICENSE
!NOTICE
!README.md
!SECURITY.md
!CONTRIBUTING.md
!perplexity-selectors.json
# Include tracked directories
!.github/
!.github/**
!council-automation/
!council-automation/**
!commands/
!commands/**
!portfolio/
!portfolio/**
!mcp-servers/
!mcp-servers/browser-bridge/
!mcp-servers/browser-bridge/**
!mcp-servers/minecraft/
!mcp-servers/minecraft/**
!automated-loop/
!automated-loop/**
!patterns/
!patterns/**
!agents/
!agents/**
!rules/
!rules/**
!handoffs/
!handoffs/**
!hooks/
!hooks/**
!health-check/
!health-check/**
# Exclude generated/runtime files within tracked dirs
council-automation/__pycache__/
mcp-servers/browser-bridge/node_modules/
mcp-servers/browser-bridge/package-lock.json
mcp-servers/minecraft/__pycache__/
mcp-servers/minecraft/**/__pycache__/
mcp-servers/minecraft/.pytest_cache/
# Automated loop runtime exclusions
automated-loop/__pycache__/
automated-loop/.pytest_cache/
automated-loop/.env
automated-loop/.workflow/state.json
automated-loop/.workflow/*.log
automated-loop/.workflow/research_result*.md
automated-loop/.workflow/metrics_summary*.json
automated-loop/.workflow/trace*.jsonl
# health-check runtime/generated files (no secrets in tracked scripts)
health-check/__pycache__/
health-check/.pytest_cache/
health-check/tests/__pycache__/
health-check/row-counts.json
health-check/out/
health-check/.po.env
health-check/*.env
# Personal config files (use .example templates for public repo)
CLAUDE.md
portfolio/PORTFOLIO.md
# Exclude sensitive config
config/
council-cache/
council-logs/
projects/
*.jsonl