mirror of
https://github.com/not-lucky/GeminiKeyManagement.git
synced 2025-12-06 08:44:01 +05:30
16 lines
198 B
Plaintext
16 lines
198 B
Plaintext
# Virtual Environment
|
|
.venv/
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Credentials and Secrets
|
|
credentials/
|
|
credentials*
|
|
*.key
|
|
emails.txt
|
|
*.keys.txt
|
|
api_keys_database.json
|
|
logs/
|
|
gemini_key_manager copy/ |