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

# C extensions
*.so

# Distribution / packaging
.Python
build/
dist/
eggs/
*.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/
.nox/
.coverage
.coverage.*
.cache
.pytest_cache/

# Translations
*.mo

# Django stuff:
*.log
local_settings.py

# Flask instance folder
instance/

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
Pipfile.lock

# poetry
poetry.lock

# virtualenv
.env
.venv
venv/
ENV/
env/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# IDEs and editors
.vscode/
.idea/
*.sublime-workspace
*.sublime-project

# macOS
.DS_Store

# Windows
Thumbs.db
ehthumbs.db

# Compiled model artifacts / weights
*.ckpt
*.pth
*.pt
*.safetensors
*.bin
*.ptl

# Large dataset or cache files
data/
cache/
*.npz
*.npy
*.h5
*.hdf5
*.ckpt.tar

# Logs and temporary files
logs/
*.log

# ComfyUI specific / extension artifacts
comfyui_ui_exports/
server.log

# Distribution of plugin
dist_upload/

# Explicitly ignore built egg-info metadata
comfyui_longcat.egg-info/

# Pytest cache and artifacts
.pytest_cache/

# Explicit compiled python and cache files
*.pyc
__pycache__/
*/__pycache__/

# Other common
*.swp
*~

# Secrets
.env.local
.env.*

# Python egg
*.egg

# coverage
coverage.xml

# nix
.nix-channels
.nix-defexpr

# VS Code workspace storage
.vscode/*storage*/

# Local build/packaging
build/

# If there are any local debug files
debug/

# Exclude any unwanted binaries
*.exe

# user-specific files
*.suo
*.ntvs*
*.psess
*.vsp

# GitHub Actions artifacts
*.tar.gz

# Cache folders
.cache/

# pip cache
~/.cache/pip

# Exempt: include list
# Keep track of anything that must be tracked here if necessary
