add DEPLOYMENT_LEARNINGS.md to gitignore

- Keep deployment knowledge base local only
- Prevent committing sensitive troubleshooting information
- Maintain institutional knowledge without exposing internal details

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Phil 2025-06-06 10:56:31 -06:00
parent 7fdb52e91b
commit 1c9ab0f5e6

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
.python-version .python-version
secrets.enc secrets.enc
vault_pass vault_pass
DEPLOYMENT_LEARNINGS.md