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

.venv/
.env
.env.local

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

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

.DS_Store
.idea/
.vscode/
