# Python
__pycache__/
*.py[cod]
*.egg-info/
.dist/
build/
dist/
.venv/
.env
.pytest_cache/
.mypy_cache/
.cache/
.coverage
htmlcov/
.ruff_cache/
venv/
# Editors
.vscode/
.idea/
