Files
state-hub/.gitignore

45 lines
595 B
Plaintext

# Local configuration and secrets
.env
.env.*
!.env.example
.claude/
# Python runtime and caches
.venv/
env/
venv/
__pycache__/
**/__pycache__/
*.py[cod]
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
# Build/package output
build/
dist/
*.egg-info/
# Dashboard dependencies and generated output
dashboard/node_modules/
dashboard/dist/
dashboard/src/.observablehq/
dashboard/.observablehq/
# Generated State Hub reports
reports/recently-on-scope/
# Local tools and machine-specific binaries
kubectl
# OS/editor noise
.DS_Store
Thumbs.db
.idea/
.vscode/