mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-03-09 15:40:18 +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
|
.idea
|
||||||
|
|
||||||
# VS Code
|
|
||||||
.vscode
|
.vscode
|
||||||
|
|
||||||
# Compiled files from Qt
|
# Compiled files from Qt
|
||||||
*.qmlc
|
*.qmlc
|
||||||
*.xcf
|
|
||||||
|
|
||||||
|
# Python linter
|
||||||
|
.pylintrc
|
||||||
|
|
||||||
|
# files & folders for development use
|
||||||
|
debug
|
||||||
|
|
||||||
|
################################################################################
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.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…
Add table
Add a link
Reference in a new issue