create AI_template

This commit is contained in:
olekhondera
2025-11-18 03:15:04 +02:00
parent f8c854e3e1
commit 3f4a98d42d
17 changed files with 932 additions and 0 deletions

43
.gitignore vendored Normal file
View File

@@ -0,0 +1,43 @@
# General OS files
.DS_Store
Thumbs.db
# Editors/IDEs
.idea/
.vscode/
*.iml
# Logs
logs/
*.log
*.log.*
*.pid
*.pid.lock
# Environment files
.env
.env.local
.env.*.local
# Node / JavaScript
node_modules/
dist/
build/
coverage/
.nyc_output/
.eslintcache
# Next.js / frameworks
.next/
.vercel/
.turbo/
.cache/
.tmp/
# TypeScript
*.tsbuildinfo
# Package managers
yarn-error.log*
npm-debug.log*
pnpm-debug.log*