Files
2025-10-30 05:37:27 +01:00

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