# Python
__pycache__/
*.py[cod]
*.pyd
*.egg-info/
.pytest_cache/
.coverage
htmlcov/
.venv/
venv/

# Windows
Thumbs.db
Desktop.ini
$RECYCLE.BIN/

# Editors
.idea/
.vscode/
*.swp
*.swo
*~

# Local build instructions
.build-spec.md

# Local agent and runtime state
.agents/
.tmp-state/
.gstack/

# local previews and agent scratch
.logo-preview.*
.logo-dark.png
.rpc-work.log
.topics-command.txt
.codex-hook-work.log
