-
-
Notifications
You must be signed in to change notification settings - Fork 310
Expand file tree
/
Copy path.gitignore
More file actions
90 lines (71 loc) · 1.27 KB
/
Copy path.gitignore
File metadata and controls
90 lines (71 loc) · 1.27 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
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
ENV/
uv.lock
# Logs
*.log
pager_messages.log
# Local data
downloads/
pgdata/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Distribution
dist/
build/
*.egg-info/
# Package manager lock files & DB files
uv.lock
*.db
*.sqlite3
intercept.db
# Instance folder (contains database with user data)
instance/
# Agent configs with real credentials (keep template only)
intercept_agent_*.cfg
!intercept_agent.cfg
# Temporary files
/tmp/
*.tmp
# Weather satellite runtime data (decoded images, samples, SatDump output)
data/weather_sat/
# Radiosonde runtime data (station config, logs)
data/radiosonde/
# SDR capture files (large IQ recordings)
data/subghz/captures/
# Kismet capture files
*.kismet
*.kismet.json
# ADS-B aircraft database (downloaded at runtime)
aircraft_db.json
aircraft_db_meta.json
# SoapySDR build directory (compiled during setup, contains its own .git)
SoapySDR/
# Env files
.env
.env.*
!.env.example
# Local utility scripts
reset-sdr.*
.superpowers/
docs/superpowers/
# Design and implementation docs (internal use only)
docs/plans/
docs/specs/
docs/design/
# Git worktrees
.worktrees/