# Ghidra caches and temporary files
ghidra_*
*.bak
*.tmp
*.swp
*.lock
*.lock~
.tmp_*

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

# Local Python environments
.venv-pyghidra311/

# Python caches, bytecode, and tooling state
__pycache__/
*.py[cod]
*$py.class
.python-version
.pytest_cache/
.mypy_cache/
.ruff_cache/
.pyre/
.hypothesis/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
build/
dist/
*.egg-info/

# Local scratch and probe files
.tmp_*.txt
.tmp_*.py
