# Temporary files temp_emails/ *.log # Environment files with credentials .env # Python cache __pycache__/ *.pyc *.pyo # IDE files .vscode/ .idea/ *.swp *.swo # macOS .DS_Store # Test files test_*.py