ignore IDE settings
This commit is contained in:
parent
004a9208d7
commit
c940149d12
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -7,7 +7,7 @@ __pycache__/
|
|||
# C extensions
|
||||
*.so
|
||||
|
||||
# Distribution / packaging
|
||||
# Distribution / packaging / credential / logs
|
||||
.Python
|
||||
build/
|
||||
develop-eggs/
|
||||
|
@ -19,6 +19,8 @@ lib/
|
|||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
test/
|
||||
tmp/
|
||||
var/
|
||||
wheels/
|
||||
share/python-wheels/
|
||||
|
@ -26,6 +28,8 @@ share/python-wheels/
|
|||
.installed.cfg
|
||||
*.egg
|
||||
MANIFEST
|
||||
*.conf
|
||||
*.log
|
||||
|
||||
# PyInstaller
|
||||
# Usually these files are written by a python script from a template
|
||||
|
@ -152,3 +156,9 @@ cython_debug/
|
|||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
# IntelliJ related files
|
||||
.idea
|
||||
*.iml
|
||||
|
||||
# VSCode related files
|
||||
.vscode/*
|
Loading…
Reference in New Issue
Block a user