mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 08:19:13 -05:00
Merge 0a7fa76d80
into d49bd6f0f7
This commit is contained in:
commit
4eba44b0b3
16
Pycharm.gitignore
Normal file
16
Pycharm.gitignore
Normal file
@ -0,0 +1,16 @@
|
||||
# PyCharm
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Virtual environment
|
||||
venv/
|
||||
.venv/
|
||||
|
||||
# Other
|
||||
.DS_Store
|
Loading…
Reference in New Issue
Block a user