-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (33 loc) · 554 Bytes
/
Copy path.gitignore
File metadata and controls
40 lines (33 loc) · 554 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
# Secrets and per-instance config — never commit
.env
.DS_Store
# Certificates and keys — per-instance, never push
certs/
*.pem
*.crt
*.p12
*.pfx
*.key
token.txt
# Python artifacts
__pycache__/
*.pyc
.venv/
venv/
# Packaging / build artifacts
/smartthings_local/_version.py
/dist/
*.egg-info/
# Bridge runtime
bridge.log
course_mapper.log
# Capture / dump files
*.pcap
*.har
*.mitm
capture/
flows/
# Local-only research tools (not part of the bridge runtime)
local-tools/
# Claude Code per-project state (permissions allowlist, etc.)
.claude/