mirror of
https://github.com/fraoustin/piwigotools.git
synced 2025-06-06 15:36:25 +00:00
8 lines
79 B
Plaintext
8 lines
79 B
Plaintext
# ignore python compile
|
|
*.pyc
|
|
__pycache__
|
|
# ignore pip file
|
|
/dist
|
|
/*.egg-info
|
|
|