-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
123 lines (105 loc) Β· 1.99 KB
/
Copy path.gitignore
File metadata and controls
123 lines (105 loc) Β· 1.99 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
bin/
# IDE
.idea/
.vscode/
*.swp
*.swo
*.sublime-*
# OS
.DS_Store
Thumbs.db
# Go
vendor/
coverage/
coverage.out
coverage.html
coverage.txt
coverage-by-package.txt
# Stray go-test coverage files (no extension)
/cover
/coverage
# Node
node_modules/
dist/
web/dist/
# Environment / Secrets (CRITICAL β never commit)
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
certs/
# TeslaSync data
/data/
/backups/
# Docker
docker-compose.override.yml
# Python
__pycache__/
*.pyc
venv/
# VitePress
docs/.vitepress/cache/
docs/.vitepress/dist/
# Test artifacts
test-results/
web/test-results/
web/playwright-report/
web/blob-report/
web/e2e/.auth-state.json
web/e2e/.app-dist/
.playwright/
web/.playwright/
coverage.out
coverage.html
coverage.txt
coverage-by-package.txt
web/coverage/
*.test.log
PROMPT_COMMANDS.txt
# Copilot session state (per-user, not committed)
.copilot/
# Temporary files from audits/scripts
/tmp/
!/tmp/.gitkeep
# Signal exports (large data files)
scripts/signals-export.json
scripts/signal-dump/
web/svg-compare.html
web/dev-dist/
# Refactoring tracking docs (local reference, not committed)
REFACTORING_PROGRESS.md
REFACTORING_PROMPTS.md
REFACTORING_REPORT.md
ENGINEERING_GUIDELINES.md
.github/prompts/*
!.github/prompts/features/
!.github/prompts/features/*
!.github/prompts/features/**/*
.github/issues/
scripts/check-loc.js
/.github/prompts
/.github/prompts/db-refactor/logs
# Phase-50 AI adoption planning artifacts are committed branch inputs.
!/.github/prompts/
/.github/prompts/features/
!/.github/prompts/db-refactor/
/.github/prompts/db-refactor/*
!/.github/prompts/db-refactor/adrs/
/.github/prompts/db-refactor/adrs/*
!/.github/prompts/db-refactor/adrs/ADR-015-ai-off-contract.md
!/.github/prompts/db-refactor/phase-50-ai-adoption/
!/.github/prompts/db-refactor/phase-50-ai-adoption/**
# Redesign working notes (Phase 50+ /charging redesign)
REDESIGN-NOTES.md
# transient commit-message files used by R-phase recipe
commit_msg.txt
commit_msg*.txt