-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·64 lines (54 loc) · 1.13 KB
/
.gitignore
File metadata and controls
executable file
·64 lines (54 loc) · 1.13 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
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.pytest_cache/
venv/
.venv/
env/
# NetWatch personal data — never commit
data/cache/
data/history/
data/logs/
data/baseline.json
data/arp_baseline.json
reports/
# Hardware EOL source artifact: keep the compressed downloadable module in git,
# but do not commit expanded generated JSON databases.
data/hardware_eol/*.json
!data/hardware_eol/netwatch_hardware_eol_summary.json
# Raw vendor lifecycle source files copied from nhedb-scraper for local analysis.
# These may include vendor PDFs/exports and must never be committed or uploaded.
data/hardware_eol/raw_vendor_sources/
data/hardware_eol/local_backups/
data/hardware_eol/experiments/
# NetWatch backups
netwatch_backup_*/
# Scan output files
*.html
!NetWatch_Improvement_Master_Document.html
# Logs and environment
*.log
.env
.env.*
# OS files
.DS_Store
Thumbs.db
desktop.ini
# IDE
.idea/
*.swp
*~
# Temp files
*.bak
*.tmp
.claude
.claude/
# Personal planning and development files — never commit
SESSION_NOTES.txt
NetWatch_Improvement_Master_Document.html
NetWatch_Improvement_Master_Document.docx
DOCUMENTATION.md
data/modules/