mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
30 lines
223 B
Text
30 lines
223 B
Text
.idea/
|
|
.vscode/
|
|
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
*.mo
|
|
|
|
env/
|
|
build/
|
|
_build/
|
|
dist/
|
|
site/
|
|
*.egg-info/
|
|
*.egg
|
|
.ruff_cache
|
|
|
|
.mypy_cache
|
|
.pytest_cache
|
|
.coverage
|
|
reports
|
|
|
|
dev/
|
|
.venv/
|
|
|
|
venv/
|
|
.venv/
|
|
__pycache__/
|
|
.DS_Store
|
|
docker-compose.yml
|