Skip to content

Commit 7871783

Browse files
author
miranov25
committed
refactor: complete migration to new package structure
Removed obsolete directories and artifacts: - Deleted optimized/ directory (migrated to package structure) - Removed diff.txt (transitional artifact) - Cleaned up old benchmark logs Package structure now complete: groupby_regression/ ├── __init__.py ├── groupby_regression.py (robust) ├── groupby_regression_optimized.py (v2/v3/v4) ├── tests/ (41 tests) ├── benchmarks/ (3 scripts + results) └── docs/ (restartContext.md) Ready for Phase 6 (comprehensive documentation).
1 parent 2c3e180 commit 7871783

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UTILS/dfextensions/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11

22
# Transitional artifacts
33
diff.txt
4+
5+
# Transitional artifacts
6+
diff.txt
7+
*.log
8+
groupby_regression_git.log

0 commit comments

Comments
 (0)