From 52dd32eb1528ce06a9f0d53929aa72c6c0066a97 Mon Sep 17 00:00:00 2001 From: Stefan Date: Sat, 6 Dec 2025 17:41:58 +0100 Subject: [PATCH] e2e --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.gitignore b/.gitignore index 7b8da95..efaad73 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,9 @@ # testing /coverage +/test-results/ +/playwright-report/ +playwright/.cache/ # next.js /.next/ @@ -40,3 +43,17 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts + +# python +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python + +# downloads and large data files +/downloads/ +*.csv +*.csv.zst +*.pgn +*.pgn.zst