Initial commit

This commit is contained in:
2026-04-28 22:59:35 +03:00
commit 24aa9bcf82
15 changed files with 477 additions and 0 deletions
+73
View File
@@ -0,0 +1,73 @@
# Operating system files
.DS_Store
Thumbs.db
# Dependency directories
node_modules/
venv/
.env
*.env
# Build and output folders
dist/
build/
out/
coverage/
coverage-final.json
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
*.log
# Temporary files
tmp/
temp/
*.tmp
*.swp
*.swo
# IDE/editor directories
.vscode/
.idea/
*.sublime-workspace
*.sublime-project
# API/Web project specific
.env.local
.env.*.local
/.next/
/.nuxt/
/.vercel/
/.cache/
# Compiled files
*.class
*.dll
*.exe
*.o
*.pyc
*.pyo
*.pyd
__pycache__/
# Misc
.DS_Store
*.bak
*.backup
*.orig
*.rej
# Ignore secrets and credentials
secret*
credentials*
# Generated documentation
doc/api/
docs/
# Docker
docker-compose.override.yml
*.log