remove .ipynb_checkpoints .vscode .coverage from repo and ignore them

This commit is contained in:
Dima
2025-08-12 15:06:47 +02:00
parent bc524f0157
commit 75eb05cdbb
6 changed files with 3 additions and 7013 deletions

BIN
.coverage

Binary file not shown.

3
.gitignore vendored
View File

@@ -2,6 +2,9 @@ __pycache__*
*__pycache__*
.DS_Store*
.idea*
.ipynb_checkpoints*
.vscode*
.coverage*
test/test_data/predictions/af*
build/
*.egg-info/

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +0,0 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}

View File

@@ -1,3 +0,0 @@
{
"git.ignoreLimitWarning": true
}