update gitignore to not include test data

This commit is contained in:
Florian Förster 2025-04-03 09:12:20 +02:00
parent 443893eadf
commit 11c313087f

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
## Get latest from `dotnet new gitignore` ## Get latest from `dotnet new gitignore`
**/python/ **/python/
CREDENTIALS* CREDENTIALS*
test_data_path/
# dotenv files # dotenv files
.env .env