# Build directories
build/
build_py/

# Python package build artifacts
*.egg-info/

# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd

# Compiled extension (keep in dist)
cann_bench/_C.abi3.so

# CMake cache
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile

# IDE
.vscode/
.idea/

# Keep dist packages (run and whl)
# dist/*.run
# dist/*.whl