mirror of https://github.com/tqdm/tqdm.git
28 lines
295 B
Plaintext
28 lines
295 B
Plaintext
*.py[cod]
|
|
*.so
|
|
__pycache__/
|
|
.ipynb_checkpoints/
|
|
|
|
# Packages
|
|
/tqdm/_dist_ver.py
|
|
/.eggs/
|
|
/*.egg*/
|
|
/build/
|
|
/dist/
|
|
/snapcraft.yaml
|
|
/tqdm_*.snap
|
|
/.dockerignore
|
|
/Dockerfile
|
|
|
|
# Unit test / coverage reports
|
|
/.tox/
|
|
/.coverage*
|
|
/coverage.xml
|
|
/.pytest_cache/
|
|
/.asv/
|
|
|
|
# Sumbodules
|
|
/wiki/
|
|
/docs/
|
|
/feedstock/
|