CoolFace
Apppublic

openapiv1/bytebot

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
.gitignore57 linesDownload Raw Back to bytebot-agent
1# compiled output2/dist3/node_modules4/build5 6# Logs7logs8*.log9npm-debug.log*10pnpm-debug.log*11yarn-debug.log*12yarn-error.log*13lerna-debug.log*14 15# OS16.DS_Store17 18# Tests19/coverage20/.nyc_output21 22# IDEs and editors23/.idea24.project25.classpath26.c9/27*.launch28.settings/29*.sublime-workspace30 31# IDE - VSCode32.vscode/*33!.vscode/settings.json34!.vscode/tasks.json35!.vscode/launch.json36!.vscode/extensions.json37 38# dotenv environment variable files39.env40.env.development.local41.env.test.local42.env.production.local43.env.local44 45# temp directory46.temp47.tmp48 49# Runtime data50pids51*.pid52*.seed53*.pid.lock54 55# Diagnostic reports (https://nodejs.org/api/report.html)56report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json57