# Local datasets and large generated microscope data
localdata/

# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/
ENV/

# Build and packaging outputs
build/
dist/
*.egg-info/

# IDE and OS files
.idea/
.vscode/
.DS_Store
Thumbs.db

# Local environment/configuration
.env
.env.*
*.local
