# PyPI name reservation placeholder — not part of the library
placeholder/

# Python build artifacts
dist/
build/
*.egg-info/
__pycache__/
*.pyc
*.pyo
*.pyd

# Virtual environments
.venv/
venv/
env/

# C++ build artifacts (for when implementation begins)
cmake-build-*/
*.o
*.obj
*.a
*.lib
*.so
*.dll
*.dylib

# CMake
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile

# IDE
.vscode/
.idea/
*.suo
*.user

# OS
.DS_Store
Thumbs.db

# Test artifacts
.pytest_cache/
htmlcov/
.coverage