// SPDX-License-Identifier: GPL-3.0-or-later // src/infrastructure/filesystem/mod.rs // // Filesystem operations: file I/O, folder scanning, and file watching. pub mod file_ops; // TODO: Re-implement these helpers without UI dependencies // pub use file_ops::{file_size, read_file_bytes};