-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (38 loc) · 771 Bytes
/
Copy path.gitignore
File metadata and controls
49 lines (38 loc) · 771 Bytes
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
# Python
__pycache__/
*.pyc
.venv/
*.egg-info/
# Node
node_modules/
.next/
out/
# Environment
.env
.env.local
# Repo-local runtime workspace
.runtime/
server/openhive.db
# Legacy local runtime workspaces kept ignored during migration
server/projects/
server/extensions/
# Legacy private-docs leftovers; keep ignored so accidental in-repo recreations never get committed
internal-docs/
# Maintainer workflow notes belong in the sibling private docs repo, not this public repo
DASHBOARD.md
sprints/
# IDE
.vscode/
.idea/
.DS_Store
# Test
.coverage
htmlcov/
.mcp.json
.playwright-mcp/
# Local runtime artifacts
.artifacts/
# Legacy eval artifact path kept ignored during generated-output migration
evals/generated/
# Legacy repo-root runtime workspace
/projects/