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

.venv/
.env

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

.idea/
.vscode/
.DS_Store
