From c71591ebc4c3a11688534f961d40c7655f97567d Mon Sep 17 00:00:00 2001 From: Krzysztof kuhy Rudnicki Date: Wed, 25 Mar 2026 19:18:58 +0100 Subject: [PATCH] chore: more comprehensive copilot ignore --- .copilotignore | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/.copilotignore b/.copilotignore index b184dd6..2ec7af5 100644 --- a/.copilotignore +++ b/.copilotignore @@ -1 +1,39 @@ +# Binary / image files *.apkg +*.png +*.jpg +*.jpeg +*.gif +*.webp +*.svg +*.ico +*.bmp +*.pdf +*.zip +*.tar.gz +*.tgz +*.bin +*.exe +*.so +*.o +*.a + +# Build outputs +pomodoro_app/build/ + +# Generated images +**/generated_images_*/ +**/preview_images/ + +# Virtual environments +.venv/ +**/.venv/ + +# Node modules +node_modules/ + +# C build artifacts +**/*.out +**/random_engine +**/fps_demo +**/1dvelocitysimulator