Files
SongRequest/.gitignore
cottongin 4fb8a5e25f 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
2026-03-28 12:09:02 -04:00

23 lines
173 B
Plaintext

__pycache__/
*.py[cod]
*.db
*.db-journal
*.db-wal
*.db-shm
.env
*.egg-info/
dist/
build/
chat-summaries/
conf/
data/
logs/
backup/
tmp/
.cursor/
.pytest_cache/
.DS_Store