Initial clean history
CI/CD / Test (push) Failing after 4m32s
CI/CD / Deploy (push) Has been skipped

This commit is contained in:
User
2026-05-11 16:46:25 +03:00
commit bf89e671d8
33 changed files with 1333 additions and 0 deletions
+49
View File
@@ -0,0 +1,49 @@
# Secrets
.env
.env.*
!.env.example
# Python
__pycache__/
*.py[cod]
*.pyc.*
*.pyd
*.pyo
*.so
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
# Packaging / build
build/
dist/
site/
.eggs/
*.egg
*.egg-info/
pip-wheel-metadata/
# Virtual environments
.venv/
venv/
env/
ENV/
# Runtime data
logs/
data/
# Editor / OS noise
.idea/
*.swp
*.swo
*.tmp
.DS_Store
Thumbs.db
Desktop.ini