__pycache__/
*.pyc
*.pyo
.mypy_cache/
.ruff_cache/
.pytest_cache/
*.egg-info/
dist/
build/
.venv/
.claude/
wows-gamedata/
*.wowsreplay

# Test fixtures — see tests/fixtures/README.md
tests/fixtures/replays/*.wowsreplay
tests/fixtures/gamedata/

# mkdocs build output
/site/
