1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 19:54:22 +01:00
gitignore/Pycharm.gitignore

17 lines
119 B
Plaintext
Raw Normal View History

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