# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# OSX useful to ignore
*.DS_Store
.AppleDouble
.LSOverride

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# C extensions
*.so

# Distribution / packaging
.Python
env/
venv/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# IntelliJ Idea
.idea
*.iml
*.ipr
*.iws

# PyBuilder
target/

# Cookiecutter
output/
python_boilerplate/
cookiecutter-pypackage-env/

# vscode settings
.history/
*.code-workspace

# Frontend extension
node_modules/
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
node.zip
.vscode/
.claude/

references/
.specstory/
# ComfyUI and Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
*.so
.ruff_cache/
.mypy_cache/
.pytest_cache/

# ComfyUI output and checkpoints
output/
checkpoints/
models/
temp/
comfyui_temp/
comfyui_output/
comfyui_cache/
comfyui_models/
comfyui_checkpoints/

# ComfyUI web server files
web/
web_temp/
web_output/

# ComfyUI-TechsToolz auto-generated files
node_config.json
.manager_info.json
dependency_report.json
dependency_cache.json
techstoolz_cache/
techstoolz_logs/
*.techstoolz.tmp
*.techstoolz.log
*_backup.json

# Misc
*.db
*.sqlite3
*.pth
*.ckpt
*.safetensors
*.onnx
*.pt
*.pth.tar
*.log
*.bak
*.tmp
*.old
*.swp
*.swo
.DS_Store
Thumbs.db
