This commit is contained in:
2026-05-26 20:16:08 +03:00
commit 302b09a4f7
4 changed files with 777 additions and 0 deletions
+80
View File
@@ -0,0 +1,80 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
env.bak/
venv.bak/
pythonenv*
# Серверные файлы
data.json
data.default.json
# Логи
*.log
*.pid
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# OS generated files
Thumbs.db
ehthumbs.db
Desktop.ini
# Backup files
*.bak
*.backup
*.tmp
# Package files
*.egg
*.egg-info/
dist/
build/
*.whl
# Jupyter Notebook
.ipynb_checkpoints/
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# pytest
.pytest_cache/
# Coverage
.coverage
.coverage.*
htmlcov/
.coveragerc
# Virtual Environment
venv/
env/
ENV/
.venv
# Secrets
*.key
*.pem
.env
.secrets
# Проект специфичные
data.default.json
data.json
*.db
*.sqlite