# Python-generated files
__pycache__/
*.py[oc]
*.py[cod]
build/
dist/
wheels/
*.egg-info/

# Virtual environments
.venv
.venv/

# Test / type / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.hypothesis/
htmlcov/

# Playwright
.playwright/

# OS
.DS_Store

# Hatch-vcs generated version file
src/pagetomd/_version.py

# Environment files
docs
.env
.env.*
