chore: initial commit

This commit is contained in:
2025-06-11 20:27:08 +02:00
commit 52eb6094f9
10 changed files with 1931 additions and 0 deletions

47
.gitignore vendored Normal file
View File

@@ -0,0 +1,47 @@
# VSCode stuff
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# PDM
.pdm*
!pdm.lock
# uv
.python-version
!uv.lock
# Distribution / packaging
dist/
build/
/*cache/
# Tests
.pytest_cache/
.coverage
.htmlcov/
# Log files
logs/
*.log
# Sphinx
docs/_build/
docs/ref/modules/