chore: initialize safe Javis project scaffold

This commit is contained in:
2026-07-30 16:10:02 +02:00
parent 49a1dd3718
commit 6d041711bc
53 changed files with 1784 additions and 1 deletions
+42
View File
@@ -0,0 +1,42 @@
# Local environments and caches
.venv/
venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Local configuration and secrets
.env
.env.*
!.env.example
key-pw.xml
secrets.local.xml
*.local.xml
config/javis.toml
config/*secret*.xml
!config/*.example.xml
# Runtime data
runtime/*
!runtime/README.md
*.db
*.sqlite
*.sqlite3
logs/
models/
indexes/
# Private knowledge and editor state
.obsidian/
Obsidian Vault/
.vscode/
# Build and operating-system artifacts
build/
dist/
*.egg-info/
.DS_Store
Thumbs.db
desktop.ini