22 lines
219 B
Plaintext
22 lines
219 B
Plaintext
# Secrets - NEVER commit these!
|
|
.env
|
|
credentials.json
|
|
token.json
|
|
|
|
# Vector Database (contains your emails)
|
|
chroma/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.venv/
|
|
venv/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log |