-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
75 lines (58 loc) · 1.22 KB
/
.gitignore
File metadata and controls
75 lines (58 loc) · 1.22 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
# Environment Variables
.env
.env.local
.env.production
.env.*.local
.envrc
# Claude personal preferences (public project settings stay tracked)
.claude/preferences.md
# Graphify knowledge graph (generated, not tracked)
graphify-out/
# GSD planning artifacts (generated, not tracked)
.planning/
# IDE
.idea/
.vscode/
*.iml
# OS
.DS_Store
Thumbs.db
# Docker
docker-compose.override.yml
# Logs
*.log
logs/
# Car image uploads (dev)
backend/car-images-dev/
# Dev Scripts (local only — not for repo)
dev-full.sh
stop-dev.sh
.backend.pid
.frontend.pid
.wallbox.pid
.connectors.pid
# Local Docker Compose variants
docker-compose.dev.yml
docker-compose.local.yml
docker-compose.frontend-dev.yml
docker-compose.full.yml
# Server/Deployment Scripts (stored on server, not in repo)
backup.sh
init-letsencrypt.sh
# Admin Scripts (manual operations)
seed-prod.sh
wipe-prod-db.sh
# Certificates (if stored locally)
*.pem
*.key
*.crt
# Exception: Tesla Fleet API public key must be publicly served via nginx
!nginx/well-known/appspecific/com.tesla.3p.public-key.pem
frontend/dist/
frontend/node_modules/
cache.json
tesla_explorer.py
# Local research/reference data (manual download from third parties, not source of truth)
data/
docs
CLAUDE.md