Skip to content

Commit 3a7f2a8

Browse files
Complete enhanced code interpreter integration with demo and testing
Co-authored-by: Gerome-Elassaad <186273274+Gerome-Elassaad@users.noreply.github.com>
1 parent d1ba5fa commit 3a7f2a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
# testing
1010
/coverage
1111

12+
# demo files (temporary for testing)
13+
/app/demo
14+
/components/demo-enhanced-interpreter.tsx
15+
.env.local
16+
1217
# next.js
1318
/.next/
1419
/out/

0 commit comments

Comments
 (0)