# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# MacOS
.DS_Store

# Virtual environments
.venv

#VSCode files
.vscode

#trie file
hgncTrie.txt

#eval data
eval/input/
eval/output/
eval/reference/
eval/metrics/
eval/vis/
eval/old_result/

# pytest
htmlcov
.coverage