.DS_Store
.env
.venv/
venv/

__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

build/
dist/
*.egg-info/

.idea/
.vscode/
