# MkDocs output site/ # Python cache (ignore all) **/__pycache__/ *.py[cod] *$py.class *.pyc *.pyo # IDE .idea/ .vscode/ *.swp *.swo # Testing .pytest_cache/ .coverage htmlcov/ .tox/ # mypy .mypy_cache/ # ruff .ruff_cache/ # Environment .env .venv/ venv/ # uv cache .uv/ blog.db