Files
Jungfraujoch/.gitignore
T
leonarski_fandClaude Opus 5 9ed299798d Stop tracking review notes and a generated version file
docs/review/ holds working material for a single task - review reports, work plans, investigation
notes. It goes stale as soon as the code moves, and docs/conf.py has an empty exclude_patterns, so
Sphinx would publish all of it. common/GitInfo.cpp is configured from GitInfo.cpp.in into the
binary dir; the tracked copy was the residue of an in-source configure and still named rc.148.
Neither was ever meant to be committed - both arrived through a git add -A.

Both are now gitignored, and CLAUDE.md says to stage by explicit path.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VfYvJT5Nb71suJCowRBn5z
2026-08-23 10:39:23 +02:00

42 lines
1.4 KiB
Plaintext

cmake-build-debug/
cmake-build-release/
build*/
python-client/
openapi-generator-cli.jar
# make_doc.sh: rendered HTML (default output dir) and the throw-away venv it builds in. The venv is
# normally deleted at the end, but stays behind when the build fails.
public/
tmp_venv/
# gen_python_client.sh: the built sdist/wheel.
/dist/
# rugnux_vs_xds.py output dirs (the default, and the ad-hoc ones used when comparing runs)
rugnux_cmp*/
# rugnux_anomalous.py ANODE work dir, when the config does not point it at the data
rugnux_anomalous*/
!rugnux_anomalous.py
# Processing output and the data it came from. These are USER DATA: a merged .mtz/.cif or a model
# carries a sample's measured unit cell, and its filename usually carries the sample's name - neither
# of which may enter this repository (see CLAUDE.md). They accumulate in the working tree while
# testing, so keep them un-addable rather than relying on everyone typing the right paths.
*.mtz
*.cif
*.pdb
*.hkl
*_image.dat
# Test fixtures are checked in deliberately; add them with an explicit path.
!tests/**
# CMake configures GitInfo.cpp.in into the BINARY dir; a copy here is only ever the residue of an
# in-source configure, and a stale one shipped a wrong version string once already.
common/GitInfo.cpp
# Review reports, work plans and investigation notes. They are working material for one task, they
# go stale the moment the code moves, and Sphinx would publish anything left under docs/.
docs/review/