mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-05 23:34:42 +00:00
* Migrate to hatchling instead of poetry, ruff instead of flake8 * Migrate to hatchling instead of poetry, ruff instead of flake8 * Update tests suite * venv? * -m venv? * Change dependencies * Remove venv * Change mypy config * Added changelog * Mark uvloop incompatible with pypy * Update release script * Use internal caching for dependencies * Re-disable cov branches * Added contributing guide
24 lines
167 B
Text
24 lines
167 B
Text
.idea/
|
|
.vscode/
|
|
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
*.mo
|
|
|
|
env/
|
|
build/
|
|
_build/
|
|
dist/
|
|
site/
|
|
*.egg-info/
|
|
*.egg
|
|
.ruff_cache
|
|
|
|
.mypy_cache
|
|
.pytest_cache
|
|
.coverage
|
|
reports
|
|
|
|
dev/
|
|
.venv/
|