# Mark benchmarking code and data as documentation to focus on core logic
benchmark/* linguist-documentation

# Mark all documentation files (including static HTML) as documentation
docs/* linguist-documentation

# Mark example/test data files as documentation/vendored
data/* linguist-vendored
tests/data/* linguist-vendored

# Ensure lockfiles are marked as generated
uv.lock linguist-generated

# (Note: src/pystormtracker/templates/*.html are NOT marked, so they WILL count as source)
