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

# Distribution / packaging
workspace/
build/
dist/
*.egg-info/
.eggs/
*.egg

# Virtual environments
.venv/
venv/
ENV/

# Test/coverage
.coverage
.pytest_cache/
htmlcov/
.tox/
.nox/
coverage.xml
*.cover

# Jupyter notebooks
.ipynb_checkpoints/

# IDE
.vscode/
.idea/

# OS files
.DS_Store
Thumbs.db

# Project-specific
gallery*/
debug*/
DA3HF*/
gradio_workspace/
eval_workspace/
FILTER*/
input_images*/
*.gradio/
.gradio/
src/debug_main.py
temp*.png
/outputs

# Model weights and large files
*.pt
*.pth
*.ckpt
*.safetensors
!assets/**/*.pt

# Logs
*.log
logs/
uv.lock
