RapidFuzz/.gitignore

30 lines
265 B
Plaintext
Raw Normal View History

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/
rapidfuzz.egg-info/
dist/
2020-02-29 17:17:00 +00:00
*.data
*.so
*.o
*.out
test.py
src/*.html
.coverage
coverage.xml
# Sphinx documentation
2020-05-27 12:15:45 +00:00
site/
2020-06-01 11:08:13 +00:00
# benchmark results
bench_results/
# Hypothesis results
.hypothesis/
2021-12-24 10:58:29 +00:00
# Cython
2021-12-30 08:52:57 +00:00
src/*.cpp
2021-12-24 10:58:29 +00:00