This commit is contained in:
Rajat Khanduri 2023-03-10 13:24:58 +01:00 committed by GitHub
commit 67455ecccb
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