# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# uv / virtualenv
.venv/

# local demo systems
agent-system/
.tmp*/

# OS/editor
.DS_Store
.idea/
.vscode/
