aiogram/.gitignore
2020-05-29 18:14:54 +03:00

20 lines
No EOL
147 B
Text

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