File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ AutoLogout is a lightweight desktop utility that helps secure shared workstation
3232
3333## Project Structure
3434
35- - app.py: Tkinter desktop UI and app lifecycle
36- - auto_logout/orchestrator.py: cleanup pipeline orchestration
37- - auto_logout/browser_cleanup.py: browser data cleanup logic
38- - auto_logout/app_cleanup.py: selected app cleanup
39- - auto_logout/triggers.py: idle timer + Windows session hook
40- - auto_logout/system_utils.py: process and file helpers
41- - auto_logout/config.py: settings, paths, defaults
42- - auto_logout/action_logger.py: rotating file logger
35+ - ` app.py ` : Tkinter desktop UI and app lifecycle
36+ - ` auto_logout/orchestrator.py ` : cleanup pipeline orchestration
37+ - ` auto_logout/browser_cleanup.py ` : browser data cleanup logic
38+ - ` auto_logout/app_cleanup.py ` : selected app cleanup
39+ - ` auto_logout/triggers.py ` : idle timer + Windows session hook
40+ - ` auto_logout/system_utils.py ` : process and file helpers
41+ - ` auto_logout/config.py ` : settings, paths, defaults
42+ - ` auto_logout/action_logger.py ` : rotating file logger
4343
4444## Requirements
4545
You can’t perform that action at this time.
0 commit comments