Update .gitignore with more junk

This commit is contained in:
Helder Eijs 2021-01-03 23:29:15 +01:00
parent eda4f65718
commit 895239cc3e

67
.gitignore vendored
View file

@ -1,14 +1,65 @@
# setup.py can generate these directories:
/dist/
/build/
/Doc/apidoc/
/Doc/_build
# Ignore these files:
*.py[co]
.DS_Store
MANIFEST
# Backup files
*~
*.bak
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
# Translations
*.mo
*.pot
# Django stuff:
*.log
# Sphinx documentation
/Doc/apidoc/
/Doc/_build
# PyBuilder
target/