2017-09-03 00:06:28 +02:00
|
|
|
# Ignore some files
|
|
|
|
# Compiled python modules.
|
|
|
|
*.pyc
|
|
|
|
|
|
|
|
# Setuptools distribution folder.
|
|
|
|
/dist/
|
|
|
|
|
|
|
|
# Python egg metadata, regenerated from source files by setuptools.
|
|
|
|
/*.egg-info
|
|
|
|
|
|
|
|
# Don't distribute test results, since they get regenerated
|
2018-03-16 05:36:41 +01:00
|
|
|
/test-*
|
2017-09-03 00:06:28 +02:00
|
|
|
|
|
|
|
# We may create tarballs, don't include those
|
|
|
|
/*.tar.gz
|