Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,14 @@ tools/NNS/src/*.o
# Stray R plotting artifact from headless regeneration
Rplots.pdf

# Workflow-local input file (sync/last_* reports stay tracked by design)
/changed_files.json

# Local working checkouts of upstream repos
/upstream/

# Local notes
/NNS_LOCAL_REFERENCE.md

# MkDocs build output
/site/
3 changes: 0 additions & 3 deletions changed_files.json

This file was deleted.

Binary file removed original_tests/testthat/Rplots.pdf
Binary file not shown.
26 changes: 14 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,23 @@ build-backend = "scikit_build_core.build"

[tool.scikit-build]
wheel.packages = ["src/nns"]
# Everything git-tracked ships by default; include re-adds files under an
# excluded directory (include patterns take priority over exclude).
sdist.include = [
"/CMakeLists.txt",
"/LICENSE",
"/README.md",
"/docs",
"/sync",
"/extern/NNS-core",
"/sync/nns_source.json",
]
sdist.exclude = [
"/tests",
"/tools",
"/original_tests",
"/scripts",
"/tools/NNS",
"/tools/NNS_13.0.tar.gz",
"/tests/_r_cache.json",
"/tests/fixtures/original_tests_expected.json",
"/pyproject.toml",
"/src",
"/docs",
"/sync",
"/gists",
"/examples",
"/.github",
"/mkdocs.yml",
"/uv.lock",
]

[tool.pytest.ini_options]
Expand Down
1 change: 0 additions & 1 deletion upstream/NNS
Submodule NNS deleted from 7250bb
Loading