# Test data
storage
tmp

# machinable project index (cache; rebuildable via project.reindex())
.machinable.sqlite
index.sqlite
tests/.hypothesis
**/vendor/.cache
.hypothesis
tests/samples/project/interface/remotes

# Docs
node_modules
docs/.vitepress/dist
docs/.vitepress/pydoc.js
docs/.vitepress/.cache
docs/.vitepress/cache

# Temporary and binary files
*~
.temp
*.py[cod]
*.so
*.cfg
!.isort.cfg
!setup.cfg
*.orig
*.log
*.pot
__pycache__/*
.cache/*
.*.swp
*/.ipynb_checkpoints/*
.DS_Store

# Project files
.vscode
.ropeproject
.project
.pydevproject
.settings
.idea
tags

# Package files
*.egg
*.eggs/
.installed.cfg
*.egg-info

# Unittest and coverage
htmlcov/*
.coverage
.coverage*
.tox
junit.xml
coverage.xml
.pytest_cache/

# Build and docs folder/files
build/*
dist/*
sdist/*
docs/api/*
docs/_rst/*
docs/_build/*
cover/*
MANIFEST

# Per-project virtualenvs
.venv*/
tests/corpus/
docs/reference/python/
docs/reference/api/
docs/integrations/
docs/.vitepress/sidebar-reference.json
docs/.vitepress/sidebar-integrations.json
docs/API.md
