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:
parent
395df777d1
commit
11cc7add7b
3 changed files with 8 additions and 8 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -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]
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
[MASTER]
|
||||
extension-pkg-whitelist=
|
||||
PyQt5,
|
||||
netifaces
|
BIN
doc/icon.xcf
Normal file
BIN
doc/icon.xcf
Normal file
Binary file not shown.
Loading…
Reference in a new issue