
Added localization and documentation skeletons PEP8 Fixes, optimized imports Change-Id: I4abf8a73975d31b11213b29e9e3e178fdcf9c86c
20 lines
159 B
Plaintext
20 lines
159 B
Plaintext
#IntelJ Idea
|
|
.idea/
|
|
|
|
#virtualenv
|
|
.venv/
|
|
|
|
#Build results
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
|
|
#Python
|
|
*.pyc
|
|
|
|
#Translation build
|
|
*.mo
|
|
*.pot
|
|
|
|
#SQLite Database files
|
|
*.sqlite |