# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.egg-info/*
./napari-loadafm/src/napari_topostats/__pycache__/**

# Build directory
build/*

# Auto-generated setuptools-scm version file
_version.py

# User-Specific config file
output/config.yaml


# Source / output data
.dropbox
*.png
*.jpeg
*.tiff

*.*[0-9]
*.gwy
*.txt
*.rtf
*.json
*.npy
*.csv
*.spm

# Example Data
!cat.spm

# Include icons
!src/napari_topostats/icons/
!src/napari_topostats/icons/**
!readme_images/
!readme_images/**

# Include test data
!src/napari_topostats/_tests/_test_data/
!src/napari_topostats/_tests/_test_data/**

# IDE
.vscode/
.idea/
*~

# Documentation
_build/

# MacOS
.DS_Store

# vscode develop in container settings
!.devcontainer/devcontainer.json

# log files
*.log

# Tests and docs
.coverage

# Emacs
\#*
*~