2022-03-20 23:39:36 +01:00
|
|
|
|
|
|
|
/__pycache__/
|
2021-06-14 13:36:00 +02:00
|
|
|
# Compiled python modules.
|
|
|
|
*.pyc
|
|
|
|
|
|
|
|
# Setuptools distribution folder.
|
|
|
|
/dist/
|
|
|
|
/build/
|
|
|
|
|
|
|
|
# Python egg metadata, regenerated from source files by setuptools.
|
2022-03-20 23:51:04 +01:00
|
|
|
/*.egg-info
|
|
|
|
|
|
|
|
target/
|