chore(gitignore): add mykey.py to ignore sensitive API keys and credentials
Add `mykey.py` to `.gitignore` to prevent accidental commits of files containing API keys or other sensitive credentials.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -26,6 +26,9 @@ Thumbs.db
|
|||||||
auth.json
|
auth.json
|
||||||
model_responses.txt
|
model_responses.txt
|
||||||
|
|
||||||
|
# Sensitive files (API keys, credentials)
|
||||||
|
mykey.py
|
||||||
|
|
||||||
tasks/
|
tasks/
|
||||||
|
|
||||||
*.zip
|
*.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user