# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
src/04-asyncio/.idea/04-asyncio.iml
src/04-asyncio/.idea/misc.xml
src/04-asyncio/.idea/modules.xml
src/04-asyncio/.idea/workspace.xml
src/05-threads/.idea/05-threads.iml
src/05-threads/.idea/misc.xml
src/05-threads/.idea/modules.xml
src/05-threads/.idea/vcs.xml
src/05-threads/.idea/workspace.xml
src/06-thread-safety/.idea/06-thread-safety.iml
src/06-thread-safety/.idea/misc.xml
src/06-thread-safety/.idea/modules.xml
src/06-thread-safety/.idea/workspace.xml
src/07-multiprocessing/.idea/07-multiprocessing.iml
src/07-multiprocessing/.idea/misc.xml
src/07-multiprocessing/.idea/modules.xml
src/07-multiprocessing/.idea/workspace.xml
src/08-execution-pools/.idea/08-execution-pools.iml
src/08-execution-pools/.idea/misc.xml
src/08-execution-pools/.idea/modules.xml
src/08-execution-pools/.idea/workspace.xml
src/09-built-on-asyncio/.idea/09-built-on-asyncio.iml
src/09-built-on-asyncio/.idea/misc.xml
src/09-built-on-asyncio/.idea/modules.xml
src/09-built-on-asyncio/.idea/workspace.xml
src/10-async-web/.idea/10-async-web.iml
src/10-async-web/.idea/misc.xml
src/10-async-web/.idea/modules.xml
src/10-async-web/.idea/webResources.xml
src/10-async-web/.idea/workspace.xml
src/10-async-web/.idea/dictionaries/mkennedy.xml
Project_Default.xml
src/11-cython/.idea/11-cython.iml
src/11-cython/.idea/misc.xml
src/11-cython/.idea/modules.xml
src/11-cython/.idea/workspace.xml
greeter.c
math_core.c

.idea/
