mirror of
https://github.com/clearml/clearml-agent
synced 2025-01-31 00:56:53 +00:00
14 lines
87 B
Plaintext
14 lines
87 B
Plaintext
|
# Mac
|
||
|
.DS_Store
|
||
|
|
||
|
# IntelliJ
|
||
|
.idea
|
||
|
|
||
|
# Python
|
||
|
*.pyc
|
||
|
__pycache__
|
||
|
build/
|
||
|
dist/
|
||
|
*.egg-info
|
||
|
|