# macOS
.DS_Store

# Python
__pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
build/
dist/
*.egg-info/
.hatch-build/

# Coverage
.coverage
coverage.xml
htmlcov/

# Go
bin/
markmaton/bin/markmaton-engine*
markmaton/bin/markmaton-engine.exe
*.test
coverage.out
tmp/

# Editors
.idea/
.vscode/
