aiogram/.gitignore
2020-05-02 22:10:29 +03:00

19 lines
No EOL
141 B
Text

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