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

# C extensions
*.so

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

# PyInstaller
*.manifest
*.spec

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

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# User-specific documentation files
# Ignore root directory versions, but allow versions in md/ folder
/technical_explanation.md
PR34_COMFYUI_V0.6.0_COMPATIBILITY.md
# Ignore Japanese version in root, but allow English version in md/ folder
/ZIMAGETURBO_CONTROLNET_FIX.md

# Ignore log adjustment guide
md/log_adjustment_guide.md

# Temporary files
*.restore
lora_keys.txt
main_version.txt
pr48_*.txt

# Local/tool tracking list (do not track in repo)
.tracking