Copilot refactor

This commit is contained in:
osiu97
2026-01-02 10:46:26 +01:00
parent b971d095c5
commit 10d00c8fbb
8 changed files with 441 additions and 146 deletions
+23
View File
@@ -0,0 +1,23 @@
# Python bytecode
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
venv/
ENV/
# Packaging / builds
build/
dist/
*.egg-info/
# Test / coverage
.pytest_cache/
.coverage
htmlcov/
# Editors / OS
.vscode/
.DS_Store