Update .gitignore to include environment secrets and modify autopilot state documentation

- Added .env to .gitignore to prevent tracking of environment secrets.
- Updated autopilot state in _docs/_autopilot_state.md: changed step from 9 (Implement) to 13 (Deploy) and updated sub-step to 1 — Status & Env Check.

These changes enhance security by ignoring sensitive files and improve clarity in task management.
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-03-28 21:46:12 +02:00
parent 222f552a10
commit 0bf3894e03
4 changed files with 114 additions and 3 deletions
+3
View File
@@ -23,5 +23,8 @@ venv
*.jpeg
*.png
# Environment secrets
.env
# Test results
tests/test-results/