# Python cache and bytecode files
__pycache__/
*.py[cod]
*$py.class

# Test artifacts
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Virtual environments
venv/
env/
.venv/
.env/

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~

# OS generated files
.DS_Store
.DS_Store?
._*
Thumbs.db
ehthumbs.db

# Log analysis output files
*.png
*.jpg
*.jpeg
*_analysis_report.txt
*_hourly.png
*_daily.png

# Configuration files that might contain sensitive data
config.ini
log_analyzer.json
*.conf

# Temporary files
*.tmp
*.temp
current_config.json

# Backup files
*.backup_*
*.bak

# Process monitor reports
process_monitor_report.json

# Chart files generated by analyzer
*_chart.png