aiogram/.gitignore
2019-11-17 23:40:52 +02:00

16 lines
119 B
Text

.idea/
__pycache__/
*.py[cod]
env/
build/
dist/
site/
*.egg-info/
*.egg
.mypy_cache
.pytest_cache
.coverage
reports