aiogram/.gitignore
2020-06-27 19:46:01 +03:00

21 lines
No EOL
158 B
Text

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