-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (34 loc) · 773 Bytes
/
.gitignore
File metadata and controls
40 lines (34 loc) · 773 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
# Dependencies
node_modules/
# OS files
.DS_Store
Thumbs.db
# Editor files
*.swp
*.swo
*~
.idea/
.vscode/
*.sublime-*
.claude/
# Logs
*.log
npm-debug.log*
# Template forks: build.js writes to docs/ by default.
# Option A: Uncomment docs/ below and treat it as a pure build artifact.
# Use your own Pages/deploy workflow and do not commit generated output.
# Option B: Keep docs/ tracked and publish directly from committed output.
# This canonical repo tracks generated output intentionally:
# - docs/ is the template-default generated artifact
# - demo/ is the published reference build for knowledge-as-code.com/demo/
# docs/
# Environment
.env
.env.local
# --- baseline additions (automated audit 2026-04-21) ---
__pycache__/
*.pyc
dist/
build/
.venv/
venv/