-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (48 loc) · 917 Bytes
/
.gitignore
File metadata and controls
56 lines (48 loc) · 917 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
56
node_modules/
dist/
screenshots/
actionlint
vscode-extension/tests/*.js
vscode-extension/tests/*.js.map
vscode-extension/vitest.config.*.js
vscode-extension/vitest.config.*.js.map
vscode-extension/vitest.config.mjs
vscode-extension/vitest.config.mjs.map
vscode-extension/preview/public/
LibreChat/
# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
# Test projects created by poe-setup init
g/
test-*/
*.test-project/
# Local act secrets
.github/workflows/local/.secrets
.github/act.secrets
.secrets.act
.secrets
# macOS metadata
.DS_Store
repos/
local_scripts/watch-diff.ts
# Snapshot tracking (generated by tests)
.accessed-keys.json
# agents
.codex/
.cursor/
.opencode/
!.agents/
!.agents/**
openspec
# claude code: ship skills + committed settings, ignore local state
!.claude/
.claude/settings.local.json
.claude/scheduled_tasks.lock
# E2E test logs
.e2e-logs/
.colima-logs/
.turbo
*.tsbuildinfo