-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.dxtignore
More file actions
66 lines (55 loc) · 1.16 KB
/
.dxtignore
File metadata and controls
66 lines (55 loc) · 1.16 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
# ---- Python artefacts --------------------------------------------------
__pycache__/
.pytest_cache/*
*.py[cod]
*.so
.mypy_cache/*
release.py
# ---- Packaging ---------------------------------------------------------
*.egg-info/
build/
dist/
*.dxt
# ---- Environments & tooling -------------------------------------------
.env
.venv/
venv/
.idea/
.vscode/
.claude/
# ---- macOS clutter -----------------------------------------------------
.DS_Store
# ---- Secrets & Credentials --------------------------------------------
client_secret.json
.credentials/
*.key
*.pem
*.p12
*.crt
*.der
token.pickle
credentials.json
# ---- Test & Debug Files -----------------------------------------------
.coverage
pytest_out.txt
mcp_server_debug.log
diff_output.txt
planning_docs/
changes.diff
*.diff
*.patch
tests/
# ---- Documentation (separate repo) ------------------------------------
Documentation/
# ---- Non-main branch files ----------------------------------------
lean-cli/
refac_add.md
# ---- Temporary & Build Files ------------------------------------------
*.tmp
*.log
*.pid
*.swp
*.swo
*~
# ---- Lock files -------------------------------------------------------
uv.lock