-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (28 loc) · 424 Bytes
/
Copy path.gitignore
File metadata and controls
33 lines (28 loc) · 424 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
# Site configuration — contains BLN names, node names, panel IPs.
# Never commit a real one.
site.json
*.site.json
# Local point catalog override
tecpoints.json
# Captures — may contain live site traffic
*.pcap
*.pcapng
*.cap
# Scanner output
*.csv
*.json.out
scan_*.json
p2_scan_*/
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.pytest_cache/
.ruff_cache/
# Editors / OS
.vscode/
.idea/
*.swp
.DS_Store