# Python
venv/
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.env

# Build output
dist/
wheelhouse/
*.whl
*.egg-info/

# Compiled C++ extensions
*.so
*.dylib
*.o

# C++ Makefile targets (cpp/Makefile)
cpp/test_xted

# Reference implementation (not part of the release)
cpp/TEST_XTED_CPU_IMPLEMENTATION/

# CMake
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
build/

# macOS
.DS_Store

# IDEs
.vscode/
.idea/
