tqdm/.gitignore

45 lines
436 B
Plaintext
Raw Normal View History

2013-10-26 18:50:04 +00:00
*.py[cod]
# C extensions
2013-10-26 18:50:04 +00:00
*.so
# Packages
/tqdm/_dist_ver.py
/.eggs/
/tqdm.egg-info
/build/
/dist/
/snapcraft.yaml
/tqdm_*_amd64.snap
/.dockerignore
2013-10-26 18:50:04 +00:00
# Unit test / coverage reports
.tox/
.coverage
.coverage.*
__pycache__/
.pytest_cache/
2013-10-26 18:50:04 +00:00
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
2014-02-03 09:08:20 +00:00
# PyCharm
.idea
2019-01-19 23:18:09 +00:00
# IPython
.ipynb_checkpoints
# asv
.asv/
benchmarks/*.py[co]
# Sumbodules
/wiki/
/docs/
/feedstock/