Reorganize project structure

This commit is contained in:
zv
2026-03-06 18:20:43 +01:00
parent 04c209ae23
commit 7e0c0afddf
26 changed files with 1520 additions and 1311 deletions

35
.gitignore vendored Normal file
View File

@@ -0,0 +1,35 @@
# Python bytecode
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
venv/
.venv/
env/
ENV/
# Environment variables
.env
.env.*
# Test / coverage / cache
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
# Build artifacts
build/
dist/
*.egg-info/
# IDE / editor
.vscode/
.idea/
# OS files
.DS_Store
Thumbs.db