# Bytecode / caches
__pycache__/
*.py[cod]
*.pyo
*.pyd

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

# Virtual environments
.venv/
venv/

# Test / tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
coverage.xml

# AgentNB runtime state
.agentnb/
*.ipynb_checkpoints
