aiogram/.gitignore
2020-06-15 02:22:24 +03:00

20 lines
No EOL
149 B
Text

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