This commit is contained in:
2025-10-17 07:25:07 -04:00
commit c4d7391aa5
6 changed files with 380 additions and 0 deletions

31
.gitignore vendored Normal file
View File

@ -0,0 +1,31 @@
# 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