14 lines
188 B
Plaintext
14 lines
188 B
Plaintext
|
|
/__pycache__/
|
|
# Compiled python modules.
|
|
*.pyc
|
|
|
|
# Setuptools distribution folder.
|
|
/dist/
|
|
/build/
|
|
|
|
# Python egg metadata, regenerated from source files by setuptools.
|
|
/*.egg-info
|
|
|
|
target/
|