mediawiki_dump_tools/.gitignore
Will Beason 3f94144b1b Begin adding test for parquet export
Changed logic for handling anonymous edits so that wikiq handles
the type for editor ids consistently. Parquet can mix int64 and
None, but not int64 and strings - previously the code used the empty
string to denote anonymous editors.

Tests failing. Don't merge yet.

Signed-off-by: Will Beason <willbeason@gmail.com>
2025-05-28 13:17:30 -05:00

14 lines
150 B
Plaintext

*.xml.gz
*.7z
*.xml.bz2
*.xml.xz
*.swp
# JetBrains
/.idea
# Python build and test output
__pycache__/
/test/test_output/
/test/test_output.parquet/