35 lines
395 B
Plaintext
35 lines
395 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
*.pyc
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# Attachments and backups
|
|
attachments/
|
|
Todoist-Actual-Backup-*.json
|
|
Todoist-Actual-Backup-*.html
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Misc
|
|
*.swp
|
|
*.bak
|
|
*.tmp
|
|
|
|
# Completed tasks are cached here to preserve them beyond the API's 90 day limit
|
|
Todoist-Completed-History.json
|