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

.venv/
venv/
env/

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

.DS_Store
*.swp
.idea/
.vscode/
