forked from TEN-framework/ten-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
144 lines (115 loc) · 2.37 KB
/
.gitignore
File metadata and controls
144 lines (115 loc) · 2.37 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
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# Python venv
.python_venv/*
# pytest cache
.pytest_cache
# macOS trush files
.DS_Store
# Library files
*.dll
*.dylib
*.so
*.so.*
*.a
*.o
# Log
*.log
# configure generated files
config.nice
config.status
# Distribution / packaging
dist/
# bundle install
vendor/
# cocoapods
Pods/
Podfile.lock
*.xcuserstate
# Installed files
out/
# Ignore all .gnfiles/ directories
.gnfiles
# Do not ignore core/ten_gn/.gnfiles/ directory
!core/ten_gn/.gnfiles/
# Ignore all .gn files
.gn
# Do not ignore core/ten_gn/.gnfiles/.gn file
!core/ten_gn/.gnfiles/.gn
# Ignore all .ten/ directories
.ten/
# cmake generated files
**/compile_commands.json
# Javascript/Typescript generated files
node_modules/
*.tsbuildinfo
# Package lock files
core/src/ten_manager/designer_frontend/package-lock.json
# Nodejs binding
core/src/ten_runtime/binding/nodejs/build
# Cache files
.cache
*.code-workspace
# ccls cache files
.ccls-cache/
# idea files
**/.idea/*
# Clangd index file
.clangd/
# Claude Code
.claude
# Rust generated files
core/src/ten_manager/target/
core/src/ten_rust/target/
/.cargo
# zlib auto-generated files
third_party/zlib/zconf.h.included
# Test data
core/src/ten_manager/tests/test_data/cmd_builtin_function_install/ten_packages/
core/src/ten_manager/tests/test_data/cmd_builtin_function_install/manifest-lock.json
core/src/ten_manager/tests/test_data/cmd_builtin_function_install_all/ten_packages/
core/src/ten_manager/tests/test_data/cmd_builtin_function_install_all/manifest-lock.json
# Cursor files
.cursorrules
.cursorignore
.cursorindexingignore
.cursor/
# ===============================
# ai_agents
# next.js
ai_agents/.next/
**/.next/
ai_agents/out/
ai_agents/.pnpm-store
ai_agents/addon/extension_group/
ai_agents/agoradns.dat
ai_agents/agorartmdns.dat
ai_agents/agora_rtm_cache.db
ai_agents/agorareport.dat
ai_agents/server/bin/
ai_agents/BUILD.gn
ai_agents/.cache/
ai_agents/compile_commands.json
ai_agents/core
ai_agents/crash_context_v1
ai_agents/.deps/
ai_agents/.DS_Store
ai_agents/.env
ai_agents/.gn
ai_agents/.gnfiles
ai_agents/include/
ai_agents/interface/
ai_agents/lib64
ai_agents/node_modules/
ai_agents/.release
ai_agents/session_control.conf.agora
ai_agents/.vscode/
ai_agents/speechsdk/
ai_agents/SpeechSDK-Linux.tar.gz
ai_agents/pyvenv.cfg
ai_agents/xdump_config
ai_agents/.idea
ai_agents/*.log
ai_agents/*.pcm
/.trae