-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (43 loc) · 845 Bytes
/
.gitignore
File metadata and controls
55 lines (43 loc) · 845 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Credentials — NEVER commit
.env
.env.*
*.key
*.pem
credentials.json
# macOS
.DS_Store
._*
.Spotlight-V100
.Trashes
# Node
node_modules/
# Temporary
*.tmp
*.bak
*.swp
*~
# IDE
.vscode/
.idea/
# Browser profile (persistent sessions, cookies — machine-specific)
browser-profile/*
!browser-profile/.gitkeep
.chrome-debug.pid
# Cached playbooks (auto-generated, machine-specific)
playbooks/*
!playbooks/.gitkeep
# Python bytecode
__pycache__/
*.pyc
*.pyo
# Memory database (user-level, at ~/.autopilot/memory.db)
# Not in this repo — stored in user home directory
# Staging directories (intermediate build artifacts)
.tier4-staging/
.tier5-staging/
# Autopilot session logs (project-level)
.autopilot/
# Preflight cache (machine-specific)
config/preflight.cache
# Credential TTL metadata (machine-specific)
config/credential-ttl/