Update .gitignore and untrack ignored files

Add .cursor/, .pytest_cache/, tmp/, and .DS_Store to .gitignore.
Remove .cursor/plans/ from git tracking to match new ignore rules.

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-28 12:09:02 -04:00
parent ea40251e0e
commit 4fb8a5e25f
2 changed files with 7 additions and 258 deletions

7
.gitignore vendored
View File

@@ -13,3 +13,10 @@ conf/
data/
logs/
backup/
tmp/
.cursor/
.pytest_cache/
.DS_Store