Add .pytest_cache/, .cursor/, and chat-summaries/ to .gitignore and untrack the previously committed chat-summaries. Made-with: Cursor
15 lines
140 B
Plaintext
15 lines
140 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.pytest_cache/
|
|
*.egg
|
|
.venv/
|
|
a11y_dump.txt
|
|
agent-tools/
|
|
.pytest_cache/
|
|
.cursor/
|
|
chat-summaries/
|
|
|