mirror of https://github.com/tqdm/tqdm.git
45 lines
436 B
Plaintext
45 lines
436 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
/tqdm/_dist_ver.py
|
|
/.eggs/
|
|
/tqdm.egg-info
|
|
/build/
|
|
/dist/
|
|
/snapcraft.yaml
|
|
/tqdm_*_amd64.snap
|
|
/.dockerignore
|
|
|
|
# Unit test / coverage reports
|
|
.tox/
|
|
.coverage
|
|
.coverage.*
|
|
__pycache__/
|
|
.pytest_cache/
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# PyCharm
|
|
.idea
|
|
|
|
# IPython
|
|
.ipynb_checkpoints
|
|
|
|
# asv
|
|
.asv/
|
|
benchmarks/*.py[co]
|
|
|
|
# Sumbodules
|
|
/wiki/
|
|
/docs/
|
|
/feedstock/
|