1
0
mirror of https://github.com/github/gitignore synced 2024-11-11 14:28:51 +01:00
gitignore/Pycharm.gitignore
2023-03-10 17:54:11 +05:30

17 lines
119 B
Plaintext

# PyCharm
.idea/
*.iml
*.ipr
*.iws
# Python
__pycache__/
*.pyc
# Virtual environment
venv/
.venv/
# Other
.DS_Store