# Runtime/private data .env *.env knowledge*.db __pycache__/ # Dependencies node_modules/ # Code signing certificates and private keys certs/ *.pfx *.p12 *.pvk *.key *.cer *.crt # Build outputs $dest/ .backend-*/ electron-launcher/dist/ electron-launcher/build-resources/ electron-launcher/build/ chatlab-web/frontend/dist/ chatlog_fastAPI/build/ chatlog_fastAPI/dist/ # Keep only the latest shipped installer artifacts in release/ release/* !release/ChatLab-Setup-1.0.1-202605310641.exe !release/ChatLab-Setup-1.0.1-202605310641.exe.blockmap !release/manifest.txt