# Python
__pycache__/
*.py[cod]

*.egg-info/

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Virtual environments
.venv/
venv/

# IDE / Editor
.vscode/
*.swp

# OS
.DS_Store

# Python environment
.python-version

# Documentation
docs/_build/
/site

# Jupyter
.ipynb_checkpoints/

# Zensical generated files
_zensical_build.toml
site/
