-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.gitignore
More file actions
170 lines (152 loc) · 3.38 KB
/
Copy path.gitignore
File metadata and controls
170 lines (152 loc) · 3.38 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
# ==============================================================================
# 🔧 Matryca Plumber OS - Git Ignore Configuration
# ==============================================================================
# ========================================
# 🐍 Python
# ========================================
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# ========================================
# 📦 Virtual Environments (uv/venv)
# ========================================
.env
.env.*
!.env.example
.venv/
venv/
ENV/
env.bak/
venv.bak/
# ========================================
# 🛠️ Tooling & Testing (Ruff, MyPy, Pytest)
# ========================================
.pytest_cache/
.coverage
coverage.xml
*.cover
*.py,cover
.hypothesis/
.tox/
.nox/
.ruff_cache/
.mypy_cache/
# ========================================
# ⚙️ Matryca Daemon Engine Runtime & Logs (CRITICO)
# ========================================
# Esclude i registri operativi generali e le cartelle di log locali
logs/
**/logs/
*.log
# Esclude i file PID e gli stati di checkpoint memorizzati dal demone
*.pid
.matryca_plumber_daemon.pid
.matryca_daemon_state.json
.matryca_xray_state.json
# Esclude la cartella invisibile della cache semantica locale
.matryca_semantic_cache/
**/.matryca_semantic_cache/
# Esclude i file temporanei atomici e i file di lock di concorrenza (.matryca.lock)
*.lock
*.matryca.lock
.*.matryca.lock
*.tmp
.*.tmp
*.bak
# ========================================
# 📝 Logseq Graphs & Test Vaults
# ========================================
# Esclude tassativamente la cartella di test del tuo grafo con spazi nel nome
LOGSEQ copy test LLM/
**/LOGSEQ copy test LLM/
# Esclude le directory e i file di database nativi di Logseq
.logseq/
logseq/
journals/
pages/
*.sqlite3
*.db
# ========================================
# 💻 OS (macOS/Windows)
# ========================================
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.Spotlight-V100
.Trashes
.VolumeIcon.icns
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
Thumbs.db
ehthumbs.db
[Dd]esktop.ini
# ========================================
# 🤖 AI & Cursor
# ========================================
repomix-output.xml
repomix-output.txt
repomix-output.json
repomix-output.md
.repomix-cache/
.cursor/*
!.cursor/rules/
!.cursor/rules/**
# ========================================
# 🌐 Frontend (React / Node.js)
# ========================================
node_modules/
frontend/node_modules/
.npm/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# Build del frontend
frontend/dist/
frontend/build/
.next/
out/
# Env del frontend (se presenti)
frontend/.env
frontend/.env.local
# Agent bug-fix planning scratch (local only)
bug_execution_plan.md
bug_execution_plan_part2.md
bug_execution_plan_part3.md
.coverage.MacBook-Pro_local.pid76605.XLTpNzLx.HNQIp837rWOh
.coverage.MacBook-Pro_local.pid86179.XqL6mq1x.HNQIp837rWOh
.coverage.MacBook-Pro_local.pid90329.XIWIsAEx.HNQIp837rWOh
.coverage.MacBook-Pro_local.pid11233.XVpzSr4x.HNQIp837rWOh
.coverage.MacBook-Pro_local.*
.coverage.Mac.*
# Maintainer-local tooling (never published to PyPI/GitHub)
.local/
# Commit CI Preflight local evidence and writable runtime mounts
.ccp/receipt.json
.ccp-mounts/