# ---- Python artifacts -------------------------------------------------
__pycache__/
*.py[cod]
*.so
.python-version
.pytest_cache/

# ---- Virtual environments ---------------------------------------------
.venv/
venv/
env/

# ---- JavaScript / TypeScript tooling ----------------------------------
node_modules/
pnpm-lock.yaml
package-lock.json
npm-debug.log*
pnpm-debug.log*
yarn-error.log*
.eslintcache
*.tsbuildinfo
*.d.ts

# ---- Build outputs ----------------------------------------------------
dist/
build/
*.bundle.js
*.zip
*.tar
*.tar.gz

# ---- ComfyUI cache and temporary data ---------------------------------
comfyui_temp/
comfyui_cache/
__outputs__/
__inputs__/

# ---- Editor and OS metadata -------------------------------------------
.DS_Store
Thumbs.db
ehthumbs.db
desktop.ini
.idea/
.vscode/
.history/

# ---- Serena agent cache -----------------------------------------------
.serena/cache/

# ---- Misc --------------------------------------------------------------
*.log
*.tmp
*.egg-info/
MANIFEST
