# 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
cpp/bench_compare

# Reference implementation + benchmark (not part of the release)
cpp/TEST_XTED_CPU_IMPLEMENTATION/
cpp/bench_compare.cpp
cpp/ref_wrapper.h
cpp/ref_wrapper.cpp
cpp/seq_wrapper.h
cpp/seq_wrapper.cpp
cpp/X-TED_C++Sequential.cpp

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

# macOS
.DS_Store

# IDEs
.vscode/
.idea/
