Initial commit for the rspamd spam/ham trainer

This commit is contained in:
2026-06-22 16:17:38 +02:00
commit 7bc9d7a901
18 changed files with 1071 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.venv/
venv/
build/
dist/
*.egg-info/
.pytest_cache/
.coverage
htmlcov/
# Editors
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Local mail data, never commit real messages
*.eml
*.mbox
Maildir/
test-maildata/