added to .gitignore to exclude temporary files generated by system (#42)

This commit is contained in:
Paul Ascenzi 2025-02-06 21:03:37 -05:00 committed by GitHub
parent 6c82b80ca5
commit f0df41f439
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
.gitignore vendored
View File

@ -1,3 +1,11 @@
# Files
tasks/
context.json
knowledge.json
prompt-*.txt
queries.json
questions.json
# Logs
logs
.idea