# OS files
.DS_Store
Thumbs.db
*~
.#*
._*
\#*\#

# Python files
__pycache__/
*.py[cod]
*$py.class
*.so

# Packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
bin/
*.iml

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt
pip-wheel-metadata/

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask
instance/
.webassets-cache

# Scrapy
.scrapy

# PyBuilder
target/

# Jupyter
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# Celery
celerybeat-schedule
celerybeat.pid

# SageMath
*.sage.py

# Environments
.python-version
.env
.venv
env/
venv/
ENV/

# Spyder
.spyderproject
.spyproject

# Rope
.ropeproject

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre
.pyre/

# mkdocs
/site

# Vim
*.sw[nop]
.ropeproject

# Sublime
*.sublime-*

# PEP 582
__pypackages__/

# VSCode
.vscode

# Coconut
/coconut/tests/dest/
/docs/
pyston/
pyprover/
bbopt/
coconut-prelude/
index.rst
/coconut/icoconut/coconut/
__coconut_cache__/

# Profiling
vprof.json
profile.svg
profile.speedscope
runtime_profile.svg
runtime_profile.speedscope
