__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
.env

.pytest_cache/
.coverage
coverage.xml
htmlcov/

.mypy_cache/
.ruff_cache/

.DS_Store
.idea/
.vscode/
