# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
env/

# uv
.uv/
uv.lock

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Linting
.ruff_cache/
.mypy_cache/

# Jupyter
.ipynb_checkpoints/

# Docs
docs/_build/
docs/autoapi/
docs/source/_autosummary/
docs/make.bat
docs/Makefile

# IDEs
.vscode/
.idea/
.claude/
*.swp
*.swo

# macOS
.DS_Store

# Secrets
.env
*.pem

# cellpose models
cellpose_models/