initial structure implemented

docs -> _docs
This commit is contained in:
Oleksandr Bezdieniezhnykh
2025-12-01 14:20:56 +02:00
parent 9134c5db06
commit abc26d5c20
360 changed files with 3881 additions and 101 deletions
+45
View File
@@ -1,2 +1,47 @@
.DS_Store
.idea
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.env
.venv
env/
venv/
ENV/
*.swp
*.swo
*~
*.log
*.sqlite
*.db
satellite_cache/
image_storage/
models/*.engine
models/*.onnx
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/