# Character Forge - Git Ignore # Licensed under GNU AGPL v3.0 # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual Environment venv/ ENV/ env/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Generated Content - DO NOT COMMIT outputs/ output/ character_forge_image/outputs/ *.log generation.log # Test Files test_*.png test_*.jpg tests/test_output/ **/test_output/ # User Generated Images *.png *.jpg *.jpeg *.webp *.gif !docs/assets/*.png !docs/assets/*.jpg # Library/Cache .library/ **/.library/ # Temporary Files tmp/ temp/ *.tmp # Environment variables .env .env.local # Secrets (never commit API keys!) *_api_key.txt secrets.toml .streamlit/secrets.toml # HuggingFace .huggingface/ # ComfyUI (if present) comfyui/models/ comfyui/output/ comfyui/temp/ comfyui/input/