json_annotation_tool/ # Project root directory ├── build/ # PyInstaller build artifacts (ignore) │ └── main/ # Bundled library and metadata ├── dist/ # Distributable output (e.g., executable) │ └── ...