Commit graph

1 commit

Author SHA1 Message Date
68f1690ede chore(pry): apply fleet-template standards (gitignore, editorconfig)
- .editorconfig: standard fleet template (utf-8, lf, 4sp, final newline,
  trim trailing ws, 2sp for yml/yaml/toml/json, tab for Makefile)
- .gitignore: add *.crt to secrets block; add warmed_cookies/ (no leading
  dot) alongside .warmed_cookies/ for compatibility with cookie warmer
  code paths that write to either location

Pre-commit hooks already match the requested set (ruff lint+format,
mypy --strict, gitleaks, bandit -r -x tests/,.venv,__pycache__,
trailing-whitespace/end-of-file-fixer/check-yaml/check-json/check-merge-conflict).
2026-07-06 19:20:32 +07:00