.vscode/
__pycache__/
*.egg-info/
.DS_Store
*.pyc
*.pyo
*.pyd
.coverage
htmlcov/
dist/
build/

# Node.js
node_modules/
out/
package-lock.json
*.vsix

# Python virtual environments
venv/
.env/
.venv/

# Runtime artifacts
.cache/
.tmp/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Build output (also remove tracked pdf/ artifacts)
site/
docsforge-docs/pdf/
.docsforge/
