# Preflight reflection cache
.preflight/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

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

# IDE settings
.vscode/
.idea/

# Project specific
.mypy_cache/
.ruff_cache/
.serena/
.conport/
.windsurf/
conport_export/
.epistemic/
context_portal/
.agents/

# MCP configs
.mcp-config.json

# Test output files (generated during testing)
test/data/test*.tif
test/data/test*.json
