__pycache__/
*.py[cod]

.venv/
venv/

build/
dist/
*.egg-info/

.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage

.idea/
.vscode/
.DS_Store
