NOTEPAD.md CLAUDE.md # Credentials (the Gitea publish PAT lives here) .secrets # Python __pycache__/ *.py[cod] .venv/ venv/ *.egg-info/ .pytest_cache/ .ruff_cache/ # Build output — scikit-build-core drives CMake into these build/ _skbuild/ dist/ wheelhouse/ CMakeUserPresets.json # Compiled extension / generated stubs land in the package tree *.so *.dylib *.pyd python/OCP/*.pyi python/n3xd_ocp/*.pyi # Vendored or locally built OCCT (never committed; it comes from the # builder image, and a kernel tree would dwarf this repo) occt/build/ occt/install/ third_party/ # Editor / OS .vscode/* !.vscode/extensions.json .idea/ .DS_Store # Stray venv/lock from running uv inside this repo (it is not a uv project) uv.lock