# Build directories
build/
bin/
lib/
build_check/
build_*/
cmake-build-*/
build-*/

*.o
*.a
*.so
*.dylib
*.dll
*.mpy

.vscode/
.idea/
*.swp
*~

.DS_Store

# CMake generated files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
# Makefile
compile_commands.json

# Generated files
generated/
version.h

# IDE files
.vscode/
.idea/
*.swp
*.swo

# Windows specific
*.exe
*.dll
*.lib
*.pdb
*.ilk
*.exp
*.log

# Linux/macOS specific
*.so
*.so.*
*.dylib
*.a
*.o
*.out

# Debug symbols
*.dSYM/
*.dSYM.zip

# MicroPython native module build artifacts
*.mpy
.mpy_ld_cache/

# Python
**/__pycache__
**/.mypy_cache/
**/.ruff_cache/
**/.pytest_cache/
**/.idea
**/*.pyd
**/*.so
**/*.dylib
**/build
**/dist
**/wheelhouse
**/*.egg-info
**/.venv
