This commit is contained in:
Artem Tsyrulnikov
2026-04-06 19:27:27 +03:00
commit 477ddb8bf9
38 changed files with 1916 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# Python
__pycache__/
*.py[cod]
build/
dist/
*.egg-info
# Virtual environments
.venv/
# IDE
.idea/
.vscode/
# Environment variables
*.env
# Database
*.db
*.sqlite3