tqdm/.gitignore

27 lines
287 B
Plaintext
Raw Normal View History

2013-10-26 18:50:04 +00:00
*.py[cod]
*.so
2021-01-09 16:20:22 +00:00
__pycache__/
.ipynb_checkpoints/
2013-10-26 18:50:04 +00:00
# Packages
/tqdm/_dist_ver.py
2021-01-09 16:20:22 +00:00
/*.egg*/
/build/
/dist/
/snapcraft.yaml
2021-01-09 16:20:22 +00:00
/tqdm_*.snap
/.dockerignore
2021-01-25 14:51:28 +00:00
/Dockerfile
2013-10-26 18:50:04 +00:00
# Unit test / coverage reports
2021-01-09 16:20:22 +00:00
/.tox/
/.coverage*
/coverage.xml
/.pytest_cache/
/.asv/
# Sumbodules
/wiki/
/docs/
/feedstock/