16 lines
309 B
Plaintext
16 lines
309 B
Plaintext
# 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
|
|
/test-results*
|
|
|
|
# We may create tarballs, don't include those
|
|
/*.tar.gz
|