This commit is contained in:
Piotr Dec 2025-12-02 23:44:23 +01:00
parent d3e990384d
commit 501f45525b
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0
46 changed files with 993 additions and 35 deletions

13
.gitignore vendored
View file

@ -1,6 +1,19 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
.idea
*.iml
uv.lock
**/*.kdbx*
.compose_repository
__pycache__/
**/dist/
**/*.log