first commit

This commit is contained in:
2026-05-25 01:12:43 +03:00
commit bfc22efe24
83 changed files with 8903 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
# Python
__pycache__/
*.py[cod]
*.so
# Virtualenvs
.venv/
venv/
# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
# Editors / OS
.idea/
.vscode/
.DS_Store
# Build artifacts
build/
dist/
*.egg-info/
# Local environment files
.env
.env.*
**/.env
**/.env.*
postgres.env
!api/.env.example
!bot/.env.example
!postgres.env.example
# Runtime data
volumes/
# Local protocol artifacts
protocol/.xdp-*