This commit is contained in:
2026-03-20 11:30:30 +03:00
parent 69afca68cf
commit b8a6d7f0bc
3 changed files with 505 additions and 1 deletions

29
.gitignore vendored
View File

@@ -3,4 +3,31 @@
bin
lib
rabota_today.db
rabota_today.db
# Логи сервера
server.log
server_error.log
server.pid
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
env/
.env
# База данных
*.db
*.db-journal
# IDE
.vscode/
.idea/
*.swp
*.swo
*~