# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/

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

# Virtual environments
.venv/
venv/
env/

# errnest runtime state — never ship a user's local error DB or config
.errnest/
*.db
*.db-wal
*.db-shm

# Editors / OS
.vscode/
.idea/
.DS_Store

# Coverage
.coverage
htmlcov/
