Слишком переусложненная структура - но оставим для будущего

This commit is contained in:
ki.sagidullin
2026-04-05 10:05:03 +05:00
parent 018e2a860e
commit f916d764c0
48 changed files with 2222 additions and 5 deletions

42
.gitignore vendored Normal file
View File

@@ -0,0 +1,42 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
venv/
.venv/
ENV/
env/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Environment variables
.env
# Database
*.db
*.sqlite3
*.sqlite
# Test coverage
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
# OS generated files
.DS_Store
Thumbs.db
# Build
build/
dist/
*.egg-info/
# Docker
docker-compose.override.yml