diff --git a/git/.config/git/ignore b/git/.config/git/ignore index 64c7536..cfb29de 100644 --- a/git/.config/git/ignore +++ b/git/.config/git/ignore @@ -2,3 +2,15 @@ *~ .*.swp .DS_Store + +# Exclude python cache files +*.pyc +*.pyo +*__pycache__ + +# Exclude LaTeX garbage files +*.aux +*.fdb_latexmk +*.fls +*.dvi +*.toc