mirror of
https://github.com/github/gitignore
synced 2024-11-11 14:28:51 +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
|