Skip to content

Commit f7433fb

Browse files
authored
Format file names in project structure section
Updated project structure section to use backticks for file names.
1 parent b774b29 commit f7433fb

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

‎README.md‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)