Clean up .gitignore

Removed a lot of unused/irrelevant entries (they were from GitHub's
.gitignore template for Python projects) and kept only those that
are actually needed/used.
This commit is contained in:
dgelessus 2019-07-14 02:10:59 +02:00
parent e98166d0a6
commit 9adb188624

36
.gitignore vendored
View File

@ -1,34 +1,8 @@
# Byte-compiled / optimized / DLL files # Python bytecode
*.py[co]
__pycache__/ __pycache__/
*.py[cod]
*$py.class
# C extensions # setuptools
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/ *.egg-info/
.installed.cfg build/
*.egg dist/
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# virtualenv
.venv/
venv/
ENV/