Remove tracked files now covered by .gitignore

Add .pytest_cache/, .cursor/, and chat-summaries/ to .gitignore
and untrack the previously committed chat-summaries.

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-10 07:40:21 -04:00
parent 5b71b2275b
commit d71bac7b93
5 changed files with 4 additions and 110 deletions

4
.gitignore vendored
View File

@@ -8,3 +8,7 @@ build/
.venv/
a11y_dump.txt
agent-tools/
.pytest_cache/
.cursor/
chat-summaries/