Initial commit

This commit is contained in:
hanyixuanten
2026-09-09 09:28:29 +08:00
commit 7978a373e8
7 changed files with 531 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Official source pages and download inventory (reproducible; do not publish)
/source_pages/
/source_articles/
/source_manifest.json
# Keep only Hydro Problem Format ZIP archives; exclude loose extraction and raw downloads
/dist/*
!/dist/hydro-zips/
!/dist/hydro-zips/**
# Python build artifacts
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
# OS/editor files
.DS_Store
.idea/
.vscode/