This commit is contained in:
Vic Sergeev 2026-07-04 16:14:16 +03:00
parent a385308f38
commit 9b0a20aa91
6 changed files with 275 additions and 69 deletions

35
.gitignore vendored
View file

@ -0,0 +1,35 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg
# Виртуальное окружение
.venv/
venv/
ENV/
env/
# База данных и данные приложения
captains_log.db
*.db
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Nuitka
*.build/
*.dist/
*.onefile-build/
# OS
.DS_Store
Thumbs.db