mirror of https://github.com/tqdm/tqdm.git
34 lines
298 B
Plaintext
34 lines
298 B
Plaintext
*.py[cod]
|
|
*.so
|
|
/wiki/
|
|
/docs/
|
|
/feedstock/
|
|
|
|
# Packages
|
|
tqdm.egg-info
|
|
build/
|
|
dist/
|
|
|
|
# Unit test / coverage reports
|
|
.tox/
|
|
.coverage
|
|
__pycache__
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# PyCharm
|
|
.idea
|
|
|
|
# IPython
|
|
.ipynb_checkpoints
|
|
|
|
# asv
|
|
.asv/
|
|
benchmarks/*.py[co]
|