feat: Implement AI classification and Web UI, refactor to IMAP

This commit is contained in:
hyungi
2025-12-29 15:50:35 +09:00
commit d3c9cd2c7f
13 changed files with 928 additions and 0 deletions

15
.dockerignore Normal file
View File

@@ -0,0 +1,15 @@
# Ignore Python virtual environment
venv/
# Ignore Python cache files
__pycache__/
*.pyc
*.pyo
*.pyd
# Ignore IDE/editor-specific files
.vscode/
.idea/
# Ignore local development files
.DS_Store