diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,4 +1,14 @@ + +### Python ### dist/ sdist/ __pycache__/ *.egg-info +build/ +*.py + +### Other ### +*.log +*.tex +*.tar +*.gz |