-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (29 loc) · 619 Bytes
/
Copy path.gitignore
File metadata and controls
37 lines (29 loc) · 619 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
# Dependencies
node_modules/
package-lock.json
pnpm-lock.yaml
# Logs
*.log
# Environment
.env
# System
.DS_Store
Thumbs.db
# Build output
build/
# BMad project files (generated at install time)
_bmad/
_bmad-output/
.*/skills
# Python
.venv/
__pycache__/
*.pyc
.pytest_cache/
# Transient lockfile from `uv run --with ...` test invocations — the
# project pins no runtime deps, so this is never an authoritative lock.
uv.lock
# Claude Code local harness config — machine-specific, never shared
.claude/settings.local.json
# Implementation plans — controller's working tool, not product artifact
docs/plans/