Initial commit - PromptTech

This commit is contained in:
2026-01-27 18:07:00 -06:00
commit 3959a223bf
262 changed files with 128736 additions and 0 deletions

80
.gitignore vendored Normal file
View File

@@ -0,0 +1,80 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# IDE and editors
.idea/
.vscode/
# Dependencies
node_modules/
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# Testing
/coverage
# Next.js
/.next/
/out/
next-env.d.ts
*.tsbuildinfo
# Production builds
/build
dist/
dist
# Environment files (comprehensive coverage)
*token.json*
*credentials.json*
# Logs and debug files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
dump.rdb
# System files
.DS_Store
*.pem
# Python
__pycache__/
*pyc*
venv/
.venv/
# Development tools
chainlit.md
.chainlit
.ipynb_checkpoints/
.ac
# Deployment
.vercel
# Data and databases
agenthub/agents/youtube/db
# Archive files and large assets
**/*.zip
**/*.tar.gz
**/*.tar
**/*.tgz
*.pack
*.deb
*.dylib
# Build caches
.cache/
# Mobile development
android-sdk/