# Environment configuration
.env

# Generated data files
webhook_response.json
email_report.html

# Log files
logs/
*.log

# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Virtual environments
venv/
env/
ENV/

# IDE
.vscode/
.idea/
*.swp
*.swo

# macOS
.DS_Store
