2019-04-06 14:10:01 +02:00
|
|
|
.ipynb_checkpoints/
|
2019-01-23 16:51:14 +01:00
|
|
|
.vscode/
|
|
|
|
.venv3?/
|
2015-07-14 04:19:39 +02:00
|
|
|
*.sublime-project
|
|
|
|
*.sublime-workspace
|
2017-07-06 16:38:22 +02:00
|
|
|
.env*
|
2017-07-06 18:29:21 +02:00
|
|
|
.DS_Store
|
2020-03-11 22:50:06 +01:00
|
|
|
.mypy_cache/
|
2014-12-29 07:01:21 +01:00
|
|
|
concurrency/flags/img/*.gif
|
2015-02-02 17:07:35 +01:00
|
|
|
concurrency/charfinder/charfinder_index.pickle
|
2015-04-11 06:09:22 +02:00
|
|
|
18-asyncio/charfinder/charfinder_index.pickle
|
2015-01-01 15:11:47 +01:00
|
|
|
metaprog/oscon-schedule/data/schedule?_db
|
2015-02-02 17:07:35 +01:00
|
|
|
concurrency/wikipedia/fixture/docroot/
|
2015-04-15 09:53:31 +02:00
|
|
|
17-futures/countries/flags/
|
2015-04-18 02:29:30 +02:00
|
|
|
attic/futures/countries/flags/
|
2014-12-29 06:51:34 +01:00
|
|
|
|
2014-10-14 18:48:41 +02:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
2014-10-19 19:41:11 +02:00
|
|
|
# Java
|
|
|
|
*.class
|
|
|
|
|
2014-10-14 18:48:41 +02:00
|
|
|
# Distribution / packaging
|
|
|
|
.Python
|
|
|
|
env/
|
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
downloads/
|
|
|
|
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
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
*.pot
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
target/
|
2014-10-25 12:08:56 +02:00
|
|
|
|
|
|
|
# PyCharm
|
|
|
|
.idea/
|