feat: Implement AI classification and Web UI, refactor to IMAP
This commit is contained in:
15
.dockerignore
Normal file
15
.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user