Add __pycache__ to the ignore and remove some unneeded ignores
This commit is contained in:
parent
5d29c5b78c
commit
166e4f35f9
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
__pycache__/
|
||||
.py[co]
|
||||
|
||||
# Packages
|
||||
@ -16,9 +17,6 @@ develop-eggs
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
|
||||
# Installer lock files
|
||||
Gemfile.lock
|
||||
|
||||
# Unit test / coverage reports
|
||||
.coverage
|
||||
.tox
|
||||
@ -26,9 +24,3 @@ Gemfile.lock
|
||||
|
||||
#Translations
|
||||
*.mo
|
||||
|
||||
# SASS cache
|
||||
.sass-cache
|
||||
|
||||
# Ignore the typical config file
|
||||
config.yaml
|
||||
|
||||
Loading…
Reference in New Issue
Block a user