-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
66 lines (58 loc) · 1.02 KB
/
Copy path.gitignore
File metadata and controls
66 lines (58 loc) · 1.02 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
# Dependencies and Build Outputs
node_modules/
**/dist/
target/
coverage/
*.tsbuildinfo
test-results/
playwright-report/
blob-report/
_dev-server.log
# Large binary / build artifacts
**/*.vsix
**/*.tar.gz
**/*.tar.bz2
**/*.tar.xz
**/*.zip
**/*.msi
**/*.exe
**/*.AppImage
# Compiled native addons / shared libraries
**/*.node
**/*.so
**/*.dylib
**/*.dll
# ML model weights (never commit these)
**/*.gguf
**/*.onnx
**/*.safetensors
**/*.bin
**/*.pt
**/*.pth
# Local runtime, logs, & workspace-private files
_private/
.continue/
.config/
models/
.agencee_state.db
*.txn
.DS_Store
Thumbs.db
# Codernic Configuration Architecture
# On versionne tout par défaut, SAUF les données locales/privées :
.codernic/sessions/
.codernic/artifacts/
.codernic/analysis_sandbox/
.codernic/ragtime.db*
.codernic/daemon.pid
.codernic/profile_preference
.codernic/config/llms/keys/
# Exclude any local state databases
.codernic_state.db
.agencee_state.db
# Environment Variables
.env
.env.*
!.env.example
# Playwright Demo Videos
private_docs/videos/