﻿# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.codex_tmp*/

# Local environments
.venv/
venv/
env/

# Editor / OS
.vscode/
.idea/
.DS_Store
Thumbs.db

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

# Runtime data generated by Timesaver Artius Browser
.ts_artius_browser/
.asset_browser/

# Temporary logs and local exports
*.log
*.tmp
*.bak
CLAUDE.md
doc/
code-review-report.md

# Tests are PRIVATE to the master working copy. They are never tracked in the
# public repo nor synced into the ComfyUI deploy. The whole tree is ignored.
tests/

# Project memory (AI session state) is private to the master working copy.
project_memory/

# Editor / agent state
.claude/

# Dev-only tooling — kept in the master working copy, never published to the
# public repo nor synced into the ComfyUI deploy.
scripts/
.comfyignore
.pre-commit-config.yaml
