init: new structure + fix lint errors

This commit is contained in:
Daniil
2026-02-03 02:15:07 +03:00
commit 67e0f22b4f
89 changed files with 7654 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
# Packaging/build artifacts
*.egg-info/
build/
dist/
# OS / editor
.DS_Store
.vscode/