This is optional, and doesn't impact existing users as preexisting behavior when users specify an output directory is unchanged. This makes tests not need to copy large files as part of their execution, as they can ask files to be written to explicit locations. Signed-off-by: Will Beason <willbeason@gmail.com>
16 lines
144 B
Plaintext
16 lines
144 B
Plaintext
*.xml.gz
|
|
*.7z
|
|
*.xml.bz2
|
|
*.xml.xz
|
|
*.swp
|
|
|
|
# Lockfiles
|
|
uv.lock
|
|
|
|
# JetBrains
|
|
/.idea
|
|
|
|
# Python build and test output
|
|
__pycache__/
|
|
/test/test_output/
|