forked from NVIDIA/NemoClaw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (51 loc) · 680 Bytes
/
Copy path.gitignore
File metadata and controls
55 lines (51 loc) · 680 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Build artifacts and caches
.version
.source-revision
*.pyc
*.tsbuildinfo
.pytest_cache/
__pycache__/
coverage/
dist/
docs/_build/
node_modules/
# OS metadata
.DS_Store
desktop.ini
Thumbs.db
# IDE metadata
.idea/
# Project-specific
.nemoclaw-maintainer/
# Legacy DORI status file; no longer read, kept ignored to prevent accidental commits.
.dori_user_status
draft_newsletter_*
research/
specs/
vdr-notes/
# Security: secrets, credentials, and keys
*_ecdsa
*_ed25519
*_rsa
*.jks
*.key
*.keystore
*.p12
*.pem
*.pfx
*.tfvars
.direnv/
.env
.env.*
.envrc
.netrc
.npmrc
.pypirc
credentials.json
DRAFT-*.md
key.json
secrets.json
secrets.yaml
service-account*.json
token.json
.e2e/