12 lines
268 B
Plaintext
12 lines
268 B
Plaintext
|
# This file copied from
|
||
|
# https://python-packaging.readthedocs.io/en/latest/minimal.html?highlight=gitignore
|
||
|
|
||
|
# Compiled python modules.
|
||
|
*.pyc
|
||
|
|
||
|
# Setuptools distribution folder.
|
||
|
/dist/
|
||
|
|
||
|
# Python egg metadata, regenerated from source files by setuptools.
|
||
|
/*.egg-info
|