# Python __pycache__/ *.py[cod] *.pyo *.pyd .Python *.egg-info/ dist/ build/ .eggs/ # Blender auto-saves and temp files *.blend1 *.blend2 *.blend@ *.bak /output/ # Virtual environments .venv/ venv/ env/ # IDE .vscode/ .idea/ *.swp # OS .DS_Store Thumbs.db