diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2020-04-17 19:03:14 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2020-04-17 19:03:14 (GMT) |
commit | fa3141407b28e2f00be26879fee6901ea51dcbf0 (patch) | |
tree | ff55093779233f0d5aea6f38cf30ce635d8cdd2c /ttkthemes/.gitignore | |
parent | 1fc0cefeb941845a6d8537154b214b1f660f5371 (diff) | |
parent | 6ba2a4c90cd85d0193e5219170b31701579989a8 (diff) | |
download | blt-fa3141407b28e2f00be26879fee6901ea51dcbf0.zip blt-fa3141407b28e2f00be26879fee6901ea51dcbf0.tar.gz blt-fa3141407b28e2f00be26879fee6901ea51dcbf0.tar.bz2 |
Merge commit '6ba2a4c90cd85d0193e5219170b31701579989a8' as 'ttkthemes'
Diffstat (limited to 'ttkthemes/.gitignore')
-rw-r--r-- | ttkthemes/.gitignore | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/ttkthemes/.gitignore b/ttkthemes/.gitignore new file mode 100644 index 0000000..d21b813 --- /dev/null +++ b/ttkthemes/.gitignore @@ -0,0 +1,96 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*,cover +.hypothesis/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# IPython Notebook +.ipynb_checkpoints + +# pyenv +.python-version + +# celery beat schedule file +celerybeat-schedule + +# dotenv +.env + +# virtualenv +venv/ +ENV/ + +# Spyder project settings +.spyderproject + +# Rope project settings +.ropeproject +*.xml +/.idea + +# After setup +/ttkthemes/tkimg + +# Documentation +docs/_build +docs/_static +docs/_templates |