Update .gitignore, other files / formatting

This commit is contained in:
Shaun Reed 2019-10-15 11:20:18 -04:00
parent 1e62f2327e
commit be434c74a8
3 changed files with 50 additions and 1 deletions

49
.gitignore vendored
View File

@ -7,4 +7,53 @@ vscode/.config/Code - OSS/machineid
vscode/.config/Code - OSS/storage.json
vscode/.config/Code - OSS/User/*Storage/*
# Byte-compiled / optimized / DLL files
*__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Rope
.ropeproject
# Django stuff:
*.log
*.pot
# Sphinx documentation
docs/_build/