.vscode/
__pycache__/
.idea/
.venv/
build/
_skbuild/
rapidfuzz.egg-info/
dist/
*.data
*.so
*.o
*.out
test.py
src/*.html
.coverage
coverage.xml
sde/

# Sphinx documentation
site/

# benchmark results
bench_results/

# Hypothesis results
.hypothesis/

# Cython generated files
*.cxx

# temp files from benchmarks
bench/temp/
