RapidFuzz/.gitignore

25 lines
228 B
Plaintext

.vscode/
__pycache__/
.idea/
build/
rapidfuzz.egg-info/
dist/
*.data
*.so
*.o
*.out
test.py
src/*.html
.coverage
coverage.xml
# Sphinx documentation
site/
# benchmark results
bench_results/
# Hypothesis results
.hypothesis/