# Build
build/
dist/
*.egg-info/
*.so
*.pyd

# Cython generated
src/cycdp/_core.c

# Virtual environments
.venv/
venv/
.uv/

# Cache
__pycache__/
*.pyc
*.pyo
.*_cache/

# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
compile_commands.json

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

# OS
.DS_Store

# Coverage
htmlcov/
.coverage
coverage.xml

REVIEW.md
