tqdm/.gitignore

27 lines
287 B
Plaintext

*.py[cod]
*.so
__pycache__/
.ipynb_checkpoints/
# Packages
/tqdm/_dist_ver.py
/*.egg*/
/build/
/dist/
/snapcraft.yaml
/tqdm_*.snap
/.dockerignore
/Dockerfile
# Unit test / coverage reports
/.tox/
/.coverage*
/coverage.xml
/.pytest_cache/
/.asv/
# Sumbodules
/wiki/
/docs/
/feedstock/