# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.uv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
dist/
build/

# Editors
.idea/
.vscode/
*.swp
.DS_Store

# Docs build output
/site/
docs/site/

# Internal tooling (not part of the public repo)
scripts/audit_layout.py
scripts/setup_kernia_dns.sh
spec/

# Local

.projects/cache
.projects/vault
.projects/state.test.json
.projects/state.local.test.json
.env
.env.local
.env.test
