diff --git a/.gitignore b/.gitignore index 29415ec..284019c 100644 --- a/.gitignore +++ b/.gitignore @@ -112,6 +112,8 @@ dmypy.json # Pyre type checker .pyre/ + +# Latex intermediate files *.aux *.fdb_latexmk *.fls @@ -120,6 +122,7 @@ dmypy.json *.blg *.bcf *.xml +*.out config.json5 data/ diff --git a/src/report.py b/src/report.py new file mode 100644 index 0000000..e69de29