feat: initial release, refs NOISSUE

This commit is contained in:
2026-04-02 01:43:16 +02:00
parent 0b1384279d
commit e824475872
44 changed files with 4435 additions and 30 deletions
+23
View File
@@ -0,0 +1,23 @@
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.env
.venv/
node_modules/
.env
build/
dist/
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
.git