Added one for PyCharm - the JetBrains Python IDE

This commit is contained in:
Rajat Khanduri 2023-03-10 17:54:11 +05:30 committed by GitHub
parent 4488915eec
commit 0a7fa76d80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
Pycharm.gitignore Normal file
View File

@ -0,0 +1,16 @@
# PyCharm
.idea/
*.iml
*.ipr
*.iws
# Python
__pycache__/
*.pyc
# Virtual environment
venv/
.venv/
# Other
.DS_Store