This commit is contained in:
Rajat Khanduri 2025-01-18 14:31:58 +00:00 committed by GitHub
commit 4eba44b0b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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