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

.venv/
venv/
env/
.env
.env.*
!.env.example

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

build/
dist/
*.egg-info/

.DS_Store
.idea/
.vscode/

# Local demo and scratch files
*.local.md
