Skip to content

Commit 24177c0

Browse files
committed
Clean up repository - remove development artifacts from tracking
Remove from git (but keep locally): - Development documentation (CLAUDE.md, GAP_ANALYSIS.md, etc.) - Testing scripts and artifacts - R cross-validation testing files - Sphinx-generated documentation (rebuilds from source) - Tutorial-generated data files These files remain useful locally for development but don't need to be on GitHub. The repository now shows only core package files.
1 parent 076989f commit 24177c0

71 files changed

Lines changed: 32 additions & 9451 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: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,35 @@ tests/cross_validation/.temp/
157157
*.rdx
158158

159159
# Temporary equivalency tests (not part of package)
160-
temp_equivalency/
160+
temp_equivalency/
161+
162+
# Development documentation (keep local only, not on GitHub)
163+
CLAUDE.md
164+
GAP_ANALYSIS.md
165+
MIGRATION_GUIDE.md
166+
PUBLISH_NOW.md
167+
PUBLISHING.md
168+
169+
# Development/testing scripts (keep local only)
170+
test_notebook_concepts.py
171+
validate_feature_parity.py
172+
comprehensive_example_validator.py
173+
174+
# Testing artifacts (keep local only)
175+
validation_outputs/
176+
177+
# Cross-validation testing (entire directory - development only)
178+
tests/cross_validation/
179+
180+
# Sphinx-generated documentation (rebuilds from source)
181+
docs/auto_examples/
182+
docs/gen_modules/
183+
184+
# Generated tutorial data files (created when running tutorials)
185+
docs/tutorials/*.dbf
186+
docs/tutorials/*.shp
187+
docs/tutorials/*.shx
188+
docs/tutorials/*.prj
189+
docs/tutorials/*.cpg
190+
docs/tutorials/*.geojson
191+
docs/tutorials/*.xlsx

CLAUDE.md

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

0 commit comments

Comments
 (0)