-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitignore
More file actions
156 lines (140 loc) · 3.05 KB
/
Copy path.gitignore
File metadata and controls
156 lines (140 loc) · 3.05 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
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.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
# 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