# macOS
.DS_Store

# Python
__pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.nox/
.venv/
venv/
build/
dist/
*.egg-info/
.hatch-build/
pip-wheel-metadata/

# Coverage
.coverage
.coverage.*
coverage.xml
htmlcov/

# uv
# Keep uv.lock and .python-version tracked.

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

# Editors
.idea/
.vscode/

# Local workflow state
.codex/
.planning/
