# Build directories
build/
.cibw-cache/
dist/
*.egg-info/
__pycache__/
*.pyc
*.pyo
*.so
*.dylib
*.dll

# CMake
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile

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

# Python
venv/
.env/
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# Python OTel API
opentelemetry-python
