| 1 | # Secrets |
| 2 | gcs-credentials.json |
| 3 | /.env |
| 4 | |
| 5 | # Per-user local working directory (audits, scratch, drafts, temp artifacts). |
| 6 | # AI agents that follow AGENTS.md treat this as the place to write run-time data. |
| 7 | /.local/ |
| 8 | |
| 9 | # Local vendor MIB reference files used during SNMP profile audits. |
| 10 | /mibs/ |
| 11 | |
| 12 | # Cross-tool AI agent private overrides (per-user, not for sharing) |
| 13 | **/AGENTS.local.md |
| 14 | |
| 15 | .deps |
| 16 | .libs |
| 17 | .dirstamp |
| 18 | .project |
| 19 | .pydevproject |
| 20 | |
| 21 | # local dev outputs |
| 22 | dist/ |
| 23 | |
| 24 | *.o |
| 25 | *.a |
| 26 | config.h.in |
| 27 | Makefile.in |
| 28 | *~ |
| 29 | .*.swp |
| 30 | *.old |
| 31 | *.log |
| 32 | !src/collectors/log2journal/tests.d/*.log |
| 33 | !src/go/**/*.log |
| 34 | *.pyc |
| 35 | |
| 36 | netdata.spec |
| 37 | sha256sums.txt |
| 38 | |
| 39 | upload/ |
| 40 | artifacts/ |
| 41 | |
| 42 | ebpf.plugin |
| 43 | src/collectors/ebpf.plugin/reset_netdata_trace.sh |
| 44 | !ebpf.plugin/ |
| 45 | src/libnetdata/ebpf/includes/ |
| 46 | |
| 47 | # installation artifacts |
| 48 | packaging/installer/.environment.sh |
| 49 | *.tar.* |
| 50 | *.run |
| 51 | |
| 52 | # netdata makeself downloads |
| 53 | packaging/makeself/tmp/ |
| 54 | |
| 55 | # coverity |
| 56 | cov-int/ |
| 57 | netdata-coverity-analysis.tgz |
| 58 | .coverity-scan.conf |
| 59 | |
| 60 | .cproject/ |
| 61 | .idea/ |
| 62 | .vscode/* |
| 63 | !.vscode/settings.default.json |
| 64 | .project/ |
| 65 | .settings/ |
| 66 | README |
| 67 | TODO.md |
| 68 | TODO.txt |
| 69 | |
| 70 | # vscode extension Continue |
| 71 | .continue |
| 72 | |
| 73 | # related to karma/javascript/node |
| 74 | /node_modules/ |
| 75 | /coverage/ |
| 76 | |
| 77 | system/install-service.sh |
| 78 | system/netdata.logrotate |
| 79 | system/cron/netdata-updater-daily |
| 80 | system/freebsd/rc.d/netdata |
| 81 | system/initd/init.d/netdata |
| 82 | system/launchd/netdata.plist |
| 83 | system/lsb/init.d/netdata |
| 84 | system/openrc/init.d/netdata |
| 85 | system/runit/run |
| 86 | system/systemd/netdata.service |
| 87 | system/systemd/netdata.service.* |
| 88 | system/systemd/netdata-updater.service |
| 89 | !system/systemd/netdata.service.in |
| 90 | !system/systemd/netdata.service.*.in |
| 91 | |
| 92 | src/health/notifications/alarm-notify.sh |
| 93 | src/collectors/cgroups.plugin/cgroup-name.sh |
| 94 | src/collectors/cgroups.plugin/cgroup-network-helper.sh |
| 95 | src/collectors/tc.plugin/tc-qos-helper.sh |
| 96 | src/collectors/charts.d.plugin/charts.d.plugin |
| 97 | src/collectors/python.d.plugin/python.d.plugin |
| 98 | src/collectors/ioping.plugin/ioping.plugin |
| 99 | src/collectors/go.d.plugin |
| 100 | src/web/netdata-switch-dashboard.sh |
| 101 | |
| 102 | # installer generated files |
| 103 | /netdata-uninstaller.sh |
| 104 | /netdata-updater.sh |
| 105 | |
| 106 | # cmake files |
| 107 | cmake-build-debug/ |
| 108 | cmake-build-release/ |
| 109 | CMakeCache.txt |
| 110 | CMakeFiles/ |
| 111 | cmake_install.cmake |
| 112 | .cmake |
| 113 | compile_commands.json |
| 114 | |
| 115 | # jetbrains IDE |
| 116 | .jetbrains* |
| 117 | |
| 118 | .DS_Store |
| 119 | webcopylocal* |
| 120 | |
| 121 | # converted diagrams |
| 122 | docs/diagrams/*.png |
| 123 | docs/diagrams/*.svg |
| 124 | docs/diagrams/*.atxt |
| 125 | docs/diagrams/plantuml.jar |
| 126 | |
| 127 | # python virtual environment |
| 128 | venv/ |
| 129 | virtualenv/ |
| 130 | .python-version |
| 131 | |
| 132 | # debugging / profiling |
| 133 | makeself/debug/ |
| 134 | tests/profile/benchmark-dictionary |
| 135 | tests/profile/benchmark-registry |
| 136 | tests/profile/test-eval |
| 137 | tests/profile/benchmark-line-parsing |
| 138 | tests/profile/benchmark-procfile-parser |
| 139 | tests/profile/benchmark-value-pairs |
| 140 | tests/profile/statsd-stress |
| 141 | tests/health_mgmtapi/health-cmdapi-test.sh |
| 142 | oprofile_data/ |
| 143 | vgcore.* |
| 144 | callgrind.out.* |
| 145 | gmon.out |
| 146 | gmon.txt |
| 147 | sitespeed-result/ |
| 148 | tests/acls/acl.sh |
| 149 | tests/urls/request.sh |
| 150 | tests/alarm_repetition/alarm.sh |
| 151 | tests/template_dimension/template_dim.sh |
| 152 | tests/ebpf/ebpf_thread_function.sh |
| 153 | aclk/legacy/tests/install-fake-charts.d.sh |
| 154 | |
| 155 | # tests and temp files |
| 156 | test-driver |
| 157 | **/tests/*_testdriver |
| 158 | **/tests/*_testdriver.trs |
| 159 | python.d/python-modules-installer.sh |
| 160 | |
| 161 | # integration generated files |
| 162 | integrations/integrations.js |
| 163 | integrations/integrations.json |
| 164 | integrations/taxonomy.json |
| 165 | |
| 166 | # documentation generated files |
| 167 | docs/generator/src |
| 168 | docs/generator/build |
| 169 | docs/generator/doc |
| 170 | docs/generator/localization |
| 171 | docs/generator/mkdocs.yml |
| 172 | |
| 173 | .environment.sh |
| 174 | |
| 175 | #CLion files |
| 176 | netdata.cbp |
| 177 | |
| 178 | # External dependencies |
| 179 | externaldeps/ |
| 180 | |
| 181 | # vim sessions |
| 182 | Session.vim |
| 183 | Session.*.vim |
| 184 | |
| 185 | # clangd cache |
| 186 | .cache/ |
| 187 | |
| 188 | # Special exceptions |
| 189 | !packaging/repoconfig/Makefile |
| 190 | packaging/windows/resources/*.manifest |
| 191 | |
| 192 | # Jupyter notebook checkpoints |
| 193 | .ipynb_checkpoints |
| 194 | |
| 195 | # gorilla benchmark & fuzz binaries |
| 196 | src/libnetdata/gorilla/gorilla_benchmark |
| 197 | src/libnetdata/gorilla/gorilla_fuzzer |
| 198 | src/libnetdata/gorilla/fuzz-*.log |
| 199 | |
| 200 | # ignore build/ directory (default dir for many IDEs/LSPs) |
| 201 | build/ |
| 202 | build-*/ |
| 203 | |
| 204 | # ignore rules for go plugin code |
| 205 | src/go/plugin/go.d/bin/ |
| 206 | src/go/plugin/go.d/vendor |
| 207 | # Test fixtures from https://github.com/netdata/testdata |
| 208 | # Used by tests with: go test -tags=topology_fixtures ./... |
| 209 | src/go/testdata |
| 210 | |
| 211 | # ignore files used with msi installer |
| 212 | packaging/windows/*.msi |
| 213 | |
| 214 | # agent-events build artifacts and test files |
| 215 | packaging/tools/agent-events/agent-events |
| 216 | packaging/tools/agent-events/expected_metrics.txt |
| 217 | packaging/tools/agent-events/cf_patch.txt |
| 218 | packaging/tools/agent-events/parseBehaviorTest.go |
| 219 | packaging/tools/agent-events/server |
| 220 | packaging/tools/agent-events/go.mod |
| 221 | packaging/tools/agent-events/go.sum |
| 222 | |
| 223 | **/.claude/settings.local.json |
| 224 | .mcp.json |
| 225 | .users_cache.json |
| 226 | .channels_cache_v2.json |
| 227 | build-ibm.sh |
| 228 | compile.sh |
| 229 | run-ibm.sh |
| 230 | |
| 231 | tmp/ |
| 232 | |
| 233 | build*.sh |
| 234 | install.sh |
| 235 | |
| 236 | .claude/settings.json |
| 237 | .codex |
| 238 | .mcpregistry_github_token |
| 239 | .mcpregistry_registry_token |
| 240 | .playwright-mcp/ |
| 241 | |
| 242 | # Local AI/agent planning notes. Durable SOW/spec work lives under .agents/. |
| 243 | TODO-*.md |