# 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/

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

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

# JVM crash reports (idalib)
hs_err_pid*.log

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

# Local development configuration
.python-version

# joe editor backup files
*~

src/mcpyida/_version.py
# IDA database files
tests/fixtures/*.id0
tests/fixtures/*.id1
tests/fixtures/*.id2
tests/fixtures/*.nam
tests/fixtures/*.til
tests/fixtures/*.i64
.wing/
tasks.py

# Local Claude workspace
.claude/
agent-responses/
.venv-*/
