Initialize Aidoit v0.1 monorepo
CI / frontend (push) Canceled after 0s
CI / api (push) Canceled after 0s

This commit is contained in:
Pavel Kerndl
2026-07-27 18:27:37 +02:00
commit c0b013f067
65 changed files with 1323 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
.env
.env.local
.env.*.local
.DS_Store
.idea/
.vscode/
node_modules/
.pnpm-store/
.turbo/
.next/
dist/
build/
coverage/
*.log
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.venv/
venv/
target/
*.db
*.sqlite3