########## Python build & cache artifacts
dist/
build/
*.egg-info/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
.mypy_cache/

########## Documentation / Sphinx related
docs/_build/
.ipynb_checkpoints/

########## Git related

# Patches and similar
*.patch
*.diff
*.rej
*.orig

########## IDE specific

## vim
Session.vim
*.swp
*.swo
.vimrc

## Emacs
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
.elc
auto-save-list
tramp
.\#*

## Eclipse
.cproject
.project
.settings/
.pydevproject

# Org-mode
.org-id-locations
*_archive

# PyCharm
.idea*

########## OS specific

## Windows files to ignore
# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

## OSX specific
.DS_Store
.AppleDouble
.LSOverride
Icon

# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

## Linux
*~
