This commit is contained in:
Mikan
2025-08-07 00:35:40 +03:00
parent ea2ad82393
commit 500b6f60a2
10 changed files with 157 additions and 42 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# Папки и файлы, которые не нужно добавлять в репозиторий
__pycache__/
*.pyc
*.pyo
*.pyd
.env
.venv/
*.log
.idea/
.vscode/
.DS_Store