.venv/
.env
.env.*
!.env.example
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
dist/
build/
*.egg-info/

# Never commit controller exports, backups or generated plans.
backups/
exports/
plans/
*.json
!docs/contracts/*.schema.json
!tests/fixtures/dns/*.json
!tests/fixtures/nat/*.json
!tests/fixtures/vpn/*.json
!tests/fixtures/audit/*.json
*.yaml
!examples/*.yaml
!tests/fixtures/profiles/*.yaml

# Generated by the opt-in controller integration workflow.
reports/
