Added one for PyCharm - the JetBrains Python IDE
This commit is contained in:
parent
4488915eec
commit
0a7fa76d80
16
Pycharm.gitignore
Normal file
16
Pycharm.gitignore
Normal file
@ -0,0 +1,16 @@
|
||||
# PyCharm
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Virtual environment
|
||||
venv/
|
||||
.venv/
|
||||
|
||||
# Other
|
||||
.DS_Store
|
Loading…
Reference in New Issue
Block a user