Location
package/src/pyaslreport/core/config/allowed_file_types.yaml
Description
All intermediate file paths use /tmp/ which doesn't exist on Windows. This breaks cross-platform compatibility. Should use tempfile.gettempdir() or os.path.join(tempfile.gettempdir(), ...).
Status
I need your guidance in — whether this should be a YAML-level or Python-level fix (config values vs runtime resolution).
An advice towards the goal is what I need.
Thank you