# Python __pycache__/ *.py[cod] *$py.class *.so .Python env/ venv/ *.egg-info/ dist/ build/ # Data and Models data/training/ src/models/pretrained/*.pkl src/models/pretrained/*.joblib *.h5 *.joblib enron_mail_20150507 maildir # Credentials .env credentials/ *.json !config/*.json !config/*.yaml # Logs logs/ *.log # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Checkpoints checkpoints/ *.checkpoint # Results results/ output/ # Pytest .pytest_cache/ .coverage htmlcov/ # MyPy .mypy_cache/ .dmypy.json dmypy.json # Temporary files *.tmp *.bak *~ enron_mail_20150507.tar.gz debug_*.txt # Test artifacts test/ ml_only_test/ results_*/ phase1_*/ # Python scripts (experimental/research) *.py !src/**/*.py !tests/**/*.py !setup.py