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

# C extensions
*.so

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

# Virtual environments
venv/
env/
.env/
.venv/
.venv-cov/

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

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# IDE specific files
.idea/
.vscode/
*.swp
*.swo

# Local development configuration
.python-version

# joe editor backup files
*~

# JVM crash reports
hs_err_pid*.log

src/mcpyghidra/_version.py
tests/fixtures/*_ghidra/

# coverage JSON exports (not matched by coverage.xml / *.cover above)
coverage.json
coverage-combined.json
coverage_summary.json

# Local MCP server config (developer-local; never published)
mcpo_config.json
