mirror of
https://github.com/github/gitignore.git
synced 2025-02-22 06:04:54 +08: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
|