# Build artifacts build/ _skbuild/ _build/ tmp* *.egg* *.egg-info/ dist/ .pytest_cache/ # Python __pycache__/ *.py[cod] *$py.class *.so .Python # Virtual environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # IDE .vscode/ .idea/ *.swp *.swo *~ # macOS .DS_Store .AppleDouble .LSOverride # CMake CMakeCache.txt CMakeFiles/ CMakeScripts/ Testing/ Makefile cmake_install.cmake install_manifest.txt compile_commands.json CTestTestfile.cmake _deps/ # Metal/GPU artifacts *.metallib *.air # Model weights (too large for git) *.bin *.safetensors *.pth *.pt # Logs *.log *.out # Node.js node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* # Temporary files *.tmp *.temp