Initial commit

This commit is contained in:
2026-05-09 23:50:24 +02:00
commit 0d25e52ebc
21 changed files with 867 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
# Dependencies
node_modules/
**/node_modules/
# Python virtualenv
.venv/
venv/
.env
.env.*
# Build outputs
dist/
build/
coverage/
*.tsbuildinfo
# Logs
*.log
# OS / editor
.DS_Store
Thumbs.db
.vscode/
.idea/
# Python cache
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
# Local project memory/state
.memory/