# Python build artifacts
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.pytest*/
.uv-cache/

# Virtual environments
.venv/
env/

# IDE
.idea/
.vscode/

# Generated by hatch-vcs
octodns_nested_zones/_version.py
