-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy path.gitignore
More file actions
179 lines (151 loc) · 2.72 KB
/
.gitignore
File metadata and controls
179 lines (151 loc) · 2.72 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
168
169
170
171
172
173
174
175
176
177
178
179
# 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
*.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDE & Cursor
.vscode/
.idea/
.cursor/
.cursorrules
*.swp
*.swo
*~
# Canopy specific
data/
data-fresh/
logs/
*.db
*.db-journal
# Dropbox conflicted copies (never commit)
*conflicted copy*
*conflicted*
# 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
docs/findings_*.md
# Internal milestone / one-off announce docs (local only — do not push)
P2P_MILESTONE.md
scripts/announce_*.txt
start_canopy_mcp.sh
scripts/post_canopy_dev_bot_announcement.py
scripts/setup_canopy_dev_bot_and_post.py
scripts/create_copilot_review_issues_mcp.py
scripts/create_launch_hardening_issues_mcp.py
scripts/create_ui_ux_review_issues_mcp.py
scripts/merge_copilot_prs.py
scripts/cleanup_github_repo.py
scripts/recover_db_lock.py
scripts/test_channel_image_and_delete.py
scripts/post_inbox_audit_request_to_general.py
scripts/fetch_recent_general_messages.py
scripts/post_tool_tips_to_general.py
scripts/post_poll_example_to_general.py
docs/P2P_ARCHITECTURE.md
docs/P2P_IMPLEMENTATION.md
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