-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
167 lines (140 loc) · 2.31 KB
/
.gitignore
File metadata and controls
167 lines (140 loc) · 2.31 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDE & Cursor
.vscode/
.idea/
.cursor/
.cursorrules
*.swp
*.swo
*~
# Canopy specific
data/
logs/
*.db
*.db-journal
# Configuration files with sensitive data
config/production.ini
config/secrets.env
.env.local
.env.production
cursor-mcp-config.json
tray_state.json
# Agent note archives (local only — do not push)
agent_note/
# Other agent notes in root (local only — do not push)
AGENT_NOTE_*.md
AGENT_REPLY_*.md
AGENT_COLLABORATION_ANALYSIS.md
GITHUB_PUSH_GUIDE_FOR_WINDOWS_AGENT.md
# GitHub push / MCP manager docs (local only — do not push)
GITHUB_PUSH_RULES.md
CURSOR_MCP_SETUP.md
START_CANOPY_MCP.md
QUICK_START.txt
docs/DEPLOY_GITHUB.md
docs/COPILOT_*.md
docs/TRACE_*.md
# Internal milestone / one-off announce docs (local only — do not push)
P2P_MILESTONE.md
scripts/
docs/P2P_ARCHITECTURE.md
docs/P2P_IMPLEMENTATION.md
docs/FEED_ALGORITHM_PLAN.md
docs/GITHUB_RELEASE_ANNOUNCEMENT_DRAFT.md
docs/TEAM_ANNOUNCEMENT_*.md
docs/RELEASE_PRETAG_AUDIT_*.md
docs/RELEASE_RUNBOOK_*.md
docs/hardening-review/
flask-style-template/
test_p2p.py
canopy/mcp/test_client.py
build_handover_zip.py
# Research / personal notes (local only — do not push)
research and references/
# Contributor list with full names (optional: keep local or replace with generic)
# Agent identity folders (local only, synced via Dropbox not GitHub)
agents/
# Files containing real API keys (local only)
API_KEY_SETUP.md
# Temporary files
*.tmp
*.temp
temp/
tmp/
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Network and mesh files
peers/
network_state/
*.key
*.pem
*.cert
# Backup files
*.backup
backup/
backups/
# Test coverage
.coverage
htmlcov/
.tox/
.pytest_cache/
# Documentation builds
docs/_build/
site/
# Flask session files
flask_session/
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# Celery
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json