initial commit

This commit is contained in:
Anton
2026-04-28 16:18:07 +03:00
commit 6480f31e8f
7 changed files with 243 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
.env
.venv/
__pycache__/
*.py[cod]
*.db
.pytest_cache/
.coverage
htmlcov/
postgres_data/