aiogram/.gitignore
2022-10-01 23:09:24 +03:00

24 lines
172 B
Text

.idea/
.vscode/
__pycache__/
*.py[cod]
*.mo
env/
build/
_build/
dist/
site/
*.egg-info/
*.egg
aiogram/_meta.py
.mypy_cache
.pytest_cache
.coverage
reports
dev/
.venv/