Files
2026-09-09 09:28:29 +08:00

24 lines
420 B
Plaintext

# 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/