# Benchmarking
benchmarks/**/*.pickle

# exampledocs
docs/examples/*
docs/example.md

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

*py~
*swp

# C extensions
*.so

# Distribution / packaging
.Python
env/
venv/
pythonenv*/
.venv/
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
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter and iPython notebook checkpoints
*.ipynb_checkpoints
*.virtual_documents

# Spyder app workspace config file
.spyderworkspace

# PyCharm environment files
.idea/
*.pclprof

# VSCode environment files
.vscode/
*.code-workspace

# Apple OSX
*.DS_Store

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# JS dependencies
mesa/visualization/templates/external/
mesa/visualization/templates/js/external/
