example-code-2e/.gitignore

67 lines
912 B
Plaintext
Raw Normal View History

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/
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
# 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/