__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
.eggs/
*.whl

.venv/
.env

.idea/
.vscode/
*.swp
*.swo
*~

.mypy_cache/
.ruff_cache/
.pytest_cache/
htmlcov/
.coverage
