# Python-generated files
__pycache__/
*.py[cod]
*$py.class
build/
dist/
wheels/
*.egg-info/
*.egg
MANIFEST

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

# Testing and coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/
.cache

# Development tools
.mypy_cache/
.ruff_cache/
.bandit
bandit-report.json
safety-report.json

# IDEs and editors
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Logs and databases
*.log
*.sqlite3
*.db

# Documentation
docs/_build/
site/

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Temporary files
*.tmp
*.temp
.temp/
tmp/

# Security
.secrets
*.pem
*.key

# napari-specific
.napari/

# MCP specific
claude_desktop_config.json

# written by setuptools_scm
**/_version.py
# pixi environments
.pixi
