-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path.gitignore
More file actions
178 lines (160 loc) · 3.84 KB
/
Copy path.gitignore
File metadata and controls
178 lines (160 loc) · 3.84 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
AGENTS.local.md
tmp
.idea
.cursor/rules/personal/
# Local NeMo skill installs created by `nemo setup` / `nemo skills install`.
# Existing tracked repo-owned skills remain tracked; use `git add -f` for new
# repo-owned NeMo skills under these paths.
.agents/skills/nemo-*/
.cursor/rules/nemo-*/
CLAUDE.local.md
**/worktrees/
**/.nat-worktrees/
**/.claude/settings.local.json
**/.claude/scheduled_tasks.lock
ai/tmp/
/env
venv*
.venv*
.nemo/
.env*
!**/.env.example
!**/env.py
!packages/data_designer/**/environment.py
!packages/nemo_data_designer/**/environment.py
**/node_modules
# Linter output files
diff.txt
temp
__pycache__
*.pyc
*.pyo
.DS_Store
.cache
.kubeconform-cache
.uv-cache
.coverage*
coverage.xml
coverage.json
integration-coverage*
integration-report.xml
.pytest_cache
.eggs
*.egg-info
build
dist
.mypy_cache
.python-version
.history
.venv
.ruff_cache
report.xml
e2e-report.xml
test_db.sqlite
# E2E merged config files (temporary files created during test runs)
e2e/configs/.*.merged.yaml
.minikube-e2e/
.files_storage/
.data_designer_assets/
# Auth policy WASM is built in CI/containers, not checked in
services/core/auth/src/nmp/core/auth/assets/policy.wasm
logs/*
*.log
*.log.jsonl
k8s/helm/Chart.lock
k8s/helm/charts/
chart-tmp
nemo-platform-*.tgz
# Visual Studio Code config
.vscode/
# PyCharm config
.idea/
.scratch/
# automatically generated folders
docs/_build/
docs/_repo/
docs/pysdk/reference/
# artifacts from running ./scripts/build_docs.sh
docs/_build
docs/conf.py
!docs/**/_snippets/**/*.log
docs/**/_snippets/**/*.tgz
docs/audit/_snippets/output/basic-job-report.jsonl
openapicheck/
# third party licenses
third_party/licenses*ci.jsonl
# output from datastore localdev
services/datastore/docker-compose/dev/data/
# output from jobs-launcher builds
services/core/jobs/jobs-launcher/jobs-launcher
# Ignore local Jobs service artifacts
services/core/infrastructure/jobs/jobs.db
# artifacts from running Jupyter notebooks
.ipynb_checkpoints/
# TLS certs and keys
*.crt
*.key
*.pem
*.enc
*.csr
# SDK artifacts
sdk/openapi_schema_mapping_report.txt
sdk/python/nemo-platform/uv.lock
# Terraform
**/.terraform
*.tfstate
*.tfstate.*
crash.log
crash.*.log
*.tfvars
*.tfvars.json
*.plan
terraform/guardrails/*.tar.gz
terraform/guardrails/guardrails-tf_v*
terraform/guardrails/out
*.executed.ipynb
# nemo-safe-synthesizer local development wheel (built by `make prepare-nss`)
packages/nemo_safe_synthesizer_wheel/*.whl
.nss_repo/
exp/
*-artifacts/
# this is sometimes used by wandb as a local path.
wandb/
# output from unsloth defaults to the local path
unsloth_compiled_cache/
# Nemtron Personas Datasets staging directory
services/data-designer/personas/data
# pnpm store (created when using pnpm from repo root or with local store)
.pnpm-store/
# Local temporary files
.tmp/
docker/logs/*
# Linting artifact
python-sdk-lint/
site/
# Generated Fern-only public API reference spec
docs/fern/openapi/openapi.public.yaml
docs/fern/generated/
docs/fern/versions/[0-9]*.yml
docs/fern/versions/v[0-9]*.yml
# Generated from k8s/helm/values.yaml + README.md at docs build time (docs/fern/scripts/sync-helm-docs.mjs)
docs/helm/index.mdx
# nektos/act files commonly used
.act-variables
.act-secrets
# iron-swarm CLI run artifacts (builds, policies, run-logs) written into the working dir
.iron-swarm/
iron-swarm.yaml
# Playwright MCP session output
.playwright-mcp/
# superpowers skill scratch (local plans/state)
.superpowers/
docs/superpowers/
# Per-worker fatal-signal tracebacks (PYTEST_CRASH_DUMP_DIR)
crash-dumps/
# Names a specific cloud project (bucket, service accounts, registry paths), so
# it stays local. plugins/_temporary-scaled-evals/deploy/k8s/local.env.example is the
# committed template.
plugins/_temporary-scaled-evals/deploy/k8s/local.env