Skip to content

Commit 6d0c390

Browse files
committed
Fix .gitignore: exclude Python cache and legacy files
1 parent 0bbc476 commit 6d0c390

93 files changed

Lines changed: 6 additions & 141 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@ Thumbs.db
2020

2121
# Serena
2222
.serena/
23+
__pycache__/
24+
*.pyc
25+
results.tsv
26+
run.log
27+
src/
28+
tests/
-12.5 KB
Binary file not shown.

results.tsv

Lines changed: 0 additions & 11 deletions
This file was deleted.

run.log

Lines changed: 0 additions & 130 deletions
This file was deleted.
-274 Bytes
Binary file not shown.
-14.8 KB
Binary file not shown.
-4.94 KB
Binary file not shown.
-6.61 KB
Binary file not shown.
-5.68 KB
Binary file not shown.
-74.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)