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

# .pyenv file
.python-version

# ipython extras
.ipynb_checkpoints/

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.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
.coverage.*
.cache
.pytest_cache/*

nosetests.xml
coverage.xml
*,cover
.hypothesis

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/
docs/_notebooks
docs/api/generated/
docs/_auto

# PyBuilder
target/

# Generated data
*.csv
*.data
*.dat
*.hdf5
*.json

# Temporary files
*.md~
*.py~
tmp/
.#*
.mypy_cache/*

docs/examples/data/*

.idea/
.vscode/

/venv/

# Mac files
.DS_Store

# qcodes related
experiments.db

# Do not ignore asv configuration
!benchmarking/asv.conf.json

# Ignore files generated by asv benchmarking
benchmarking/env/
benchmarking/html/
benchmarking/results/

# Ignore .db files that are generated for some tests
qcodes/tests/dataset/fixtures/db_files/*
qcodes/tests/output
qcodes/tests/*.db
