.DS_Store

# Local artifacts and logs
.artifacts/
subagent.log

# Hypothesis test artifacts
.hypothesis/

# Python bytecode / cache
__pycache__/
*.py[cod]
*.pyo
*.pyd

# Virtual environments
.venv/
venv/
env/

# Editor / IDE config
.vscode/
.idea/

# Python build / packaging artifacts
build/
dist/
*.egg-info/
