We no longer need to check this file in the repository, as it is generated upon installtion from the git metadata by setuptools_scm
27 lines
307 B
Plaintext
27 lines
307 B
Plaintext
# Byte-compiled / optimized files
|
|
__pycache__/
|
|
*.py[co]
|
|
*$py.class
|
|
|
|
# Distribution / Packaging
|
|
*.egg-info
|
|
*.eggs
|
|
MANIFEST
|
|
build
|
|
dist
|
|
|
|
# Unit test / coverage files
|
|
.tox/*
|
|
.cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# emacs backup files
|
|
*~
|
|
|
|
# OSX Finder
|
|
.DS_Store
|
|
|
|
# file generated by setuptools_scm
|
|
Lib/fontTools/version.py
|