-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy path.gitignore
More file actions
97 lines (79 loc) · 1.49 KB
/
Copy path.gitignore
File metadata and controls
97 lines (79 loc) · 1.49 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
# Benches (created by `pilot new`)
/benches/
# Rootless per-host database servers (created by `pilot init`)
/databases/
# Local ad-hoc screenshots
/screenshots/
# Host-level daemons/state, written beside the install (monitor, uptime,
# registry cache, shared WAF ruleset)
/system/
# Local agent scratch files
/plan_refactor.md
# Git provider PAT store (plaintext token — never commit)
.bench.git.info
# JWKS dev issuer (testing only — private key in plaintext)
jwks-dev-server/
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
wheels/
uv.lock
# Written only into release tarballs, never committed
/VERSION
# Virtual environments
env/
venv/
.venv/
.admin-venv/
# Redis
*.rdb
# pytest
.pytest_cache/
.coverage
htmlcov/
*.log
# macOS
.DS_Store
# editors
.vscode/
.idea/
*.swp
*~
# Admin
admin/frontend/dashboard/node_modules/
admin/frontend/editor/node_modules/
admin/frontend/in-app-embed/node_modules/
admin/backend/static/dashboard/
admin/backend/static/editor/
admin/backend/static/in-app-embed/
admin/frontend/node_modules
admin/frontend/components.d.ts
admin/frontend/dashboard/components.d.ts
admin/frontend/editor/components.d.ts
admin/frontend/in-app-embed/components.d.ts
admin/frontend/dashboard/src/types/
*.timestamp-*
.env
.env.local
.vite/
.mypy_cache
.ruff_cache
.claude
.opencode
logs/
registry-cache*
# Downloaded OWASP CRS ruleset (local data)
/modsecurity-crs/
# Agent Skills
.agents
skills-lock.json
# Local planning docs, never commit
plan_*.md