PROCESS_MONITORING_INTERVAL_SECONDS = 5
Polling interval in seconds
EXCLUDED_PROCESSES = {'sudo','python'}
Set of processes to be excluded from monitoring
DATABASE_PATH = "snooper.db"
File path for the database