# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual Environment venv/ env/ ENV/ env.bak/ venv.bak/ # IDEs .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Jupyter Notebook .ipynb_checkpoints *.ipynb # Model cache and data *.pt *.pth *.bin *.safetensors models/ checkpoints/ huggingface_cache/ # Gradio gradio_cached_examples/ flagged/ *.db # Temporary files *.tmp *.temp tmp/ temp/ .cache/ # Output files output/ results/ enhanced_images/ *.zip *.7z # Logs *.log logs/ # Environment variables .env .env.local # OS Thumbs.db desktop.ini # PyTorch lightning_logs/ wandb/ # Test files test_images/ test_output/ # Large files *.ckpt *.h5 *.pkl *.pickle