# Environments
.venv/
.venv-*/

# Python
__pycache__/
*.pyc
*.egg-info/
build/
dist/

# Hugo build artifacts (docs/public is generated by `hugo`)
docs/public/
docs/resources/
docs/.hugo_build.lock

# Caches
.pytest_cache/

# The vendored Hugo theme must be committed so `hugo` builds offline.
# Re-included explicitly: a global gitignore pattern (*.com) would otherwise
# exclude the github.com/ directory it lives under.
!docs/_vendor/
!docs/_vendor/**

# Coverage artifacts
.coverage
.coverage.*
htmlcov/
