mirror of
https://github.com/github/gitignore
synced 2024-11-22 19:54:22 +01:00
17 lines
119 B
Plaintext
17 lines
119 B
Plaintext
|
# PyCharm
|
||
|
.idea/
|
||
|
*.iml
|
||
|
*.ipr
|
||
|
*.iws
|
||
|
|
||
|
# Python
|
||
|
__pycache__/
|
||
|
*.pyc
|
||
|
|
||
|
# Virtual environment
|
||
|
venv/
|
||
|
.venv/
|
||
|
|
||
|
# Other
|
||
|
.DS_Store
|