-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (35 loc) · 886 Bytes
/
Copy path.gitignore
File metadata and controls
40 lines (35 loc) · 886 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
.DS_Store
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.env
.env.*
.pytest_cache/
.ruff_cache/
.mypy_cache/
.cache/
build/
dist/
htmlcov/
coverage.*
state.db
!.env.example
# local API token store (never commit)
api_tokens.yaml
# runtime artifacts & local state (machine-specific, never commit)
runs/
.hivepilot/
.claude/worktrees/
.claude/settings.local.json
# Session learnings live in the private Obsidian vault, not in this public repo.
# docs/session-learnings.md is a local symlink into the vault (see chore PR).
docs/session-learnings.md
# Pollen web frontend (web/) — build output is committed under
# hivepilot/webui/static/ instead (so `pip install hivepilot[webui]` needs
# zero Node at runtime); node_modules and any local dist/ are never committed.
web/node_modules/
web/dist/
# Local audit/verification artifacts (screenshots, reports) - never commit
.artifacts/