# Output files
*.gv
*.json
*.npy
*.pdf
*.pickle
*.png
*.svg
*.v2
*.xml
*.yaml
*.yml

# Build files
*.egg-info/
*build/
.eggs/
.fuse_*
dist/
version.py

# Temporary files
*.pyc
*.swp
*.tmp
.coverage
.coverage.*
.ipynb_checkpoints/
.jupyter_ystore.db
.mypy*/
.pytest_cache/
.virtual_documents/
__pycache__/
htmlcov/
oryx-build-commands.txt
prof/
tags
TAGS

# Virtual environments
*venv/
pyvenv*/

# Settings
.idea/
**.code-workspace

# Exceptions
!.cspell.json
!.github/*.yml
!.github/*/*.yml
!.pre-commit-config.yaml
!.readthedocs.yml
!.vscode/*.json
!.zenodo.json
!codecov.yml
!pyrightconfig.json
