.idea/
.vscode/

__pycache__/
*.py[cod]

*.mo

env/
build/
_build/
dist/
site/
*.egg-info/
*.egg
.ruff_cache

.mypy_cache
.pytest_cache
.coverage
reports

dev/
.venv/
