diff --git a/eslint.config.js b/eslint.config.js index 103ac651..34424254 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -67,6 +67,8 @@ export default [ '**/*.py', '__pycache__/**', '**/.venv/**', + // Prebuilt resources + 'resources/prebuilt/**', ], },