first commit

This commit is contained in:
2025-06-08 15:42:25 +03:00
commit 752a775386
49 changed files with 1754 additions and 0 deletions

28
.gitignore vendored Normal file
View File

@ -0,0 +1,28 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# UV
uv.lock
# Environment variables
.env
# Ruff
.ruff_cache
# Pytest
.pytest_cache
# SQLite
*.db
# Postgres
postgres