diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..1422c39c9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +# LaTeX +*.aux +*.log +*.gz + +# macOS +.DS_Store + +# mypy +.mypy_cache + +# output +*.midi +*.pdf + +# pip +pip-log.txt +pip-delete-this-directory.txt + +# pytest +.coverage +.pytest_cache +htmlcov + +# python +*.egg +*.egg-info +*.py[cod] +__pycache__