# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Test & coverage
.tox/
.coverage
htmlcov/
.pytest_cache/

# Hugo build output
docs/public/
docs/resources/
docs/.hugo_build.lock
