Initial commit
This commit is contained in:
+23
@@ -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/
|
||||
Reference in New Issue
Block a user