tqdm/.gitignore

39 lines
342 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.egg-info
build/
dist/
2013-10-26 18:50:04 +00:00
# Unit test / coverage reports
.tox/
.coverage
__pycache__
nosetests.xml
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/