-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
89 lines (69 loc) · 1.26 KB
/
Copy path.gitignore
File metadata and controls
89 lines (69 loc) · 1.26 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
# Generated by Cargo
# will have compiled files and executables
/target
.DS_Store
# These are backup files generated by rustfmt
**/*.rs.bk
.env
/context_portal
# Local MCP server configurations
mcp_servers/
.roo*
# Ignore log files
*.log
# Ignore third party and tools
third_party/
tools/
# MacOS Signing and Certificates
*.cer
*.provisionprofile
# Temporary Directories and Logs
debug_logs/
temp_*/
# Scratch files
src/repro_*.rs
RooFlow_temp_*archive/
# Node
node_modules/
npm-debug.log
# Temporary Debugging Artifacts
check_output*.json
*_payload*.json
verify_*.json
clickup_tools*.json
connected_accounts.json
bootstrap_*.json
tools.json
docs/
# Security - Local Keys
*.p12
*.key
*.certSigningRequest
*.pem
*.provisionprofile
# Clippy and debug artifacts
clippy_messages.json
clippy_output.json
clippy_report.json
context_store.json
# Windows build artifacts
scripts/Output/
MicrosoftEdgeWebview2Setup.exe
# Build artifacts and binaries — CI publishes to GitHub Releases
downloads/
*.dmg
*.exe
# Temporary/archived directories that shouldn't be in version control
tmp_pro_icons/
archive/
# Python virtual environments
.venv/
# Playwright MCP logs
.playwright-mcp/
# Signing credentials
credentials/
# Scratch/test artifacts
*.pdf
out.txt
test_actual.py
__pycache__/