initial commit

This commit is contained in:
2026-07-12 11:02:46 +02:00
commit a98a5985a7
18 changed files with 361 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
*.log
*.swp
*.tmp
.cache
.git
.mypy_cache
.next
.nuxt
.parcel-cache
.pytest_cache
.turbo
.venv
__pycache__
build
coverage
dist
dist-tauri
logs
node_modules
out
output
src-tauri/gen
src-tauri/target
target
temp
tmp
tmp*
venv
*.app
.DS_Store