Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
ci: Add some files to .gitignore
  • Loading branch information
eddiebergman committed Jan 15, 2024
commit c68b4270c91fc6a6ce6921183128e433647021aa
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ doc/auto_examples/
doc/modules/generated/
doc/datasets/generated/

# Some stuff from testing?
tests/files/org/openml/test/datasets/1/
tests/files/org/openml/test/datasets/2/features.xml.pkl
tests/files/org/openml/test/datasets/2/qualities.xml.pkl
tests/files/org/openml/test/locks/
tests/files/org/openml/test/tasks/1/datasplits.pkl.py3
tests/files/org/openml/test/tasks/1882/datasplits.pkl.py3

# Distribution / packaging

.Python
Expand Down