Files
mealie-mcp/.gitignore
fredamn76 204c333c73 Ignore the .scratch working directory
.scratch/ holds throwaway diagnostic scripts and captured fixtures from
debugging sessions against the live instance --- including a 200 kB screenshot.
None of it belongs in history, but it sat untracked in every `git status`,
one `git add -A` away from being committed by accident.

The files are left on disk; only the path is ignored.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-18 06:36:21 +02:00

11 lines
91 B
Plaintext

__pycache__/
*.py[cod]
.venv/
venv/
.pytest_cache/
*.egg-info/
dist/
build/
.env
.scratch/