example-code-2e/.gitignore
2017-07-06 13:29:21 -03:00

73 lines
1.0 KiB
Plaintext

*.sublime-project
*.sublime-workspace
.env*
.DS_Store
concurrency/flags/img/*.gif
concurrency/charfinder/charfinder_index.pickle
18-asyncio/charfinder/charfinder_index.pickle
metaprog/oscon-schedule/data/schedule?_db
concurrency/wikipedia/fixture/docroot/
17-futures/countries/flags/
attic/futures/countries/flags/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Java
*.class
# 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/
# PyCharm
.idea/