__pycache__/
*.py[codz]
*$py.class

*.so
CMakeCache.txt
CMakeFiles/
CMakeScripts/
cmake-build-*/
cmake_install.cmake
Makefile
*.a
*.cmake
xxhash_build/*

.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
*.dylib
*.pyd
__pycache__/*


*.manifest
*.spec

pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py.cover
.hypothesis/
.pytest_cache/
cover/

*.mo
*.pot

.pybuilder/
target/

.python-version

Pipfile.lock

__pypackages__/

.env
.envrc
.venv
env/
venv/
ENV/
env.bak/
venv.bak/


/site

.mypy_cache/
.dmypy.json
dmypy.json

.pyre/

.pytype/

cython_debug/

.idea/

.abstra/

.vscode/

.ruff_cache/

.pypirc
.cursorignore
.cursorindexingignore
