2020-02-29 17:17:00 +00:00
|
|
|
.vscode/
|
2020-03-31 09:47:18 +00:00
|
|
|
__pycache__/
|
|
|
|
.idea/
|
2022-01-09 00:25:41 +00:00
|
|
|
.venv/
|
2020-03-31 13:16:03 +00:00
|
|
|
build/
|
2021-12-30 08:52:57 +00:00
|
|
|
_skbuild/
|
2020-03-18 20:34:32 +00:00
|
|
|
rapidfuzz.egg-info/
|
|
|
|
dist/
|
2020-02-29 17:17:00 +00:00
|
|
|
*.data
|
|
|
|
*.so
|
2020-03-18 20:34:32 +00:00
|
|
|
*.o
|
|
|
|
*.out
|
2020-05-09 15:53:48 +00:00
|
|
|
test.py
|
2021-08-31 22:09:36 +00:00
|
|
|
src/*.html
|
|
|
|
.coverage
|
|
|
|
coverage.xml
|
2023-04-12 10:20:16 +00:00
|
|
|
sde/
|
2020-05-09 15:53:48 +00:00
|
|
|
|
|
|
|
# Sphinx documentation
|
2020-05-27 12:15:45 +00:00
|
|
|
site/
|
2020-06-01 11:08:13 +00:00
|
|
|
|
|
|
|
# benchmark results
|
|
|
|
bench_results/
|
2020-11-15 19:18:46 +00:00
|
|
|
|
|
|
|
# Hypothesis results
|
|
|
|
.hypothesis/
|
|
|
|
|
2022-02-12 17:58:10 +00:00
|
|
|
# Cython generated files
|
|
|
|
*.cxx
|
2022-12-24 12:37:45 +00:00
|
|
|
|
|
|
|
# temp files from benchmarks
|
|
|
|
bench/temp/
|