This commit is contained in:
2026-01-28 15:53:27 +03:00
parent a2b525f997
commit 8499142e22
24 changed files with 1685 additions and 1040 deletions

3
.gitignore vendored
View File

@ -12,6 +12,9 @@ wheels/
# Environment variables
.env
# Database data
postgres_data/
# IDE
.vscode/
.idea/