Add .cursor/, .pytest_cache/, tmp/, and .DS_Store to .gitignore. Remove .cursor/plans/ from git tracking to match new ignore rules. Made-with: Cursor
23 lines
173 B
Plaintext
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
|
|
|