1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-02-14 12:21:50 +00:00

Improved file organization

This commit is contained in:
Bumsik Kim 2018-05-21 18:51:50 -04:00
parent 395df777d1
commit 11cc7add7b
No known key found for this signature in database
GPG key ID: E31041C8EC5B01C6
3 changed files with 8 additions and 8 deletions

12
.gitignore vendored
View file

@ -1,13 +1,17 @@
# Pycharm
# IDE and text editor
.idea
# VS Code
.vscode
# Compiled files from Qt
*.qmlc
*.xcf
# Python linter
.pylintrc
# files & folders for development use
debug
################################################################################
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

View file

@ -1,4 +0,0 @@
[MASTER]
extension-pkg-whitelist=
PyQt5,
netifaces

BIN
doc/icon.xcf Normal file

Binary file not shown.