__pycache__/
*.py[cod]
*$py.class
*.so

.venv/
venv/
env/
.python-version

build/
dist/
*.egg-info/
*.egg

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

.DS_Store
.idea/
.vscode/
*.swp

.pyright/
