# --- IDE ---
.idea/
.vscode/
*.iml

# --- Python cache / compiled ---
__pycache__/
*.py[cod]
*$py.class

# --- Python tooling ---
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# --- Virtualenvs ---
.venv/
venv/
env/
ENV/

# --- Build / packaging ---
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/

# --- Logs / temp ---
*.log
*.tmp
*.temp
tmp/
temp/

# --- OS files ---
.DS_Store
Thumbs.db
desktop.ini

# --- JS / frontend ---
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
coverage/

# --- Local env / secrets ---
.env
.env.*
*.local

# --- ComfyUI / local runtime artifacts if they ever appear inside repo ---
input/
output/
temp/
user/