remove-compile
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@ -1,13 +1,15 @@
|
|||||||
# Python
|
# Python
|
||||||
**/__pycache__/
|
# **/__pycache__/
|
||||||
*.py[cod]
|
# *.py[cod]
|
||||||
*$py.class
|
# *$py.class
|
||||||
|
|
||||||
|
|
||||||
# IDEs and editors
|
# IDEs and editors
|
||||||
.idea/
|
|
||||||
.vscode/
|
# .idea/
|
||||||
*.suo
|
# .vscode/
|
||||||
|
# *.suo
|
||||||
|
|
||||||
# *.ntvs*
|
# *.ntvs*
|
||||||
# *.njsproj
|
# *.njsproj
|
||||||
# # *.sln
|
# # *.sln
|
||||||
|
|||||||
Reference in New Issue
Block a user