Skip to content

Commit b9d2677

Browse files
committed
fix: resolve enum issues with arrow marshalling
1 parent 125d8d6 commit b9d2677

4 files changed

Lines changed: 10081 additions & 8 deletions

File tree

examples/advanced/DroppedNeuralNet/.gitignore

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,22 @@
55
bin/
66
obj/
77

8-
# Runtime data: historical dataset (large CSV — obtain from puzzle source)
9-
Data/_01_Raw/Datasets/historical_data.csv
10-
11-
# Runtime outputs
12-
Data/_07_ModelOutput/solution.json
8+
# Generated metadata
139
Metadata/
10+
11+
# Ignore all generated data artifacts
12+
Data/**
13+
14+
# Un-ignore layer directories and their Schemas subdirectories so git can traverse them
15+
!Data/*/
16+
!Data/*/Schemas/
17+
!Data/_01_Raw/Datasets/
18+
19+
# Allow raw input dataset files
20+
!Data/_01_Raw/Datasets/*
21+
22+
# Allow all schema and catalog .cs files
23+
!Data/**/*.cs
24+
25+
# Un-ignore all .gitkeep files anywhere
26+
!**/.gitkeep

0 commit comments

Comments
 (0)