forked from getsentry/coredump-uploader
14 lines
103 B
Plaintext
14 lines
103 B
Plaintext
# Editor
|
|
/.vscode
|
|
|
|
# Python
|
|
/.venv
|
|
/dist
|
|
*.egg-info
|
|
*.pyc
|
|
__pycache__
|
|
.pytest_cache
|
|
|
|
# Other
|
|
.DS_Store
|