Skip to content

Ignored files generated by pip

Problem When CDB is used with docker through volumes (similar to a symlink), pip install -e will create a folder in <CDB root>/src. This folder should not be included into repository.

Solution Ignore files in the folder src/pyCDB.egg-info.

Unit Test

  • Manual only. Run pip install -e <CDB root>. Check the CDB repository for any untracked change.

Merge request reports

Loading