-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
140 lines (118 loc) · 2.27 KB
/
Copy path.gitignore
File metadata and controls
140 lines (118 loc) · 2.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
.venv/
venv/
ENV/
# Environment files
.env
.env.local
.env.*.local
# Tool caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.tox/
.nox/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# AI assistants
.claude/
CLAUDE.md
.kiro/
.cursor/
.aider*
.continue/
.copilot/
.specify/
# macOS
.DS_Store
# Secrets
.secrets.baseline
# UV lock file
uv.lock
# Logs
*.log
logs/
.unifi-mcp/
# Generated outputs (keep .gitkeep files).
# jpg/pdf included deliberately: camera snapshots and generated reports have ended up here.
reports/*.md
reports/*.html
reports/*.json
reports/*.pdf
reports/*.jpg
reports/*.jpeg
reports/*.png
!reports/.gitkeep
diagrams/*.png
diagrams/*.svg
diagrams/*.html
diagrams/*.dot
!diagrams/.gitkeep
# Real-network test fixtures. These contain live MACs, IPs and physical topology from one
# deployment. Contributors should generate their own from their own controller.
tests/fixtures/topology_*.json
# Personal / environment-specific scripts (not for distribution).
# Site-specific one-off diagnostics with hardcoded MACs/IPs live here.
personal_scripts/
# Ad-hoc scripts dropped into reports/ are scratch by definition
reports/*.py
# Code-intelligence caches and generated graphs
.codegraph/
graphify-out/
.kirograph/
# Local SQLite databases (tool artifacts)
8085
8085-shm
8085-wal
# Perles config
.perles/
# Personal / site-specific working documents (NOT for distribution).
# Single home for incident write-ups, handovers, plans, brainstorms, mentoring notes and
# anything containing real MACs, IPs or topology. Sub-directories are fine.
personal_docs/
# Generated artefacts now live under personal_docs/artefacts/ (whole dir ignored).
# Kept as a guard in case the generation pipeline writes into docs/ again.
docs/artefacts/*.mp3
docs/artefacts/*.mp4
docs/artefacts/*.pdf
docs/artefacts/*.png
docs/artefacts/*.jpg
docs/artefacts/*.jpeg
docs/artefacts/*.webp
docs/artefacts/.pipeline-state.json
docs/artefacts/unifi_management_cli_content.md
# Local CLI env symlink
/.env
# Sisyphus agent session scratch
.yolo-sisyphus/
# Specifications
specs/
# Graphify Ouitput
graphify-out/