# Build artifacts
build/
dist/
*.egg-info/
obi_sphinx_theme/_version.py

# Python
__pycache__/
*.py[cod]
*.so
.venv/
venv/

# IDE
.idea/
.vscode/
*.swp

# Sphinx docs build
doc/build/

# OS files
.DS_Store

# tox / testing
.tox/
.pytest_cache/
