# Environment variables .env .env.local .env.*.local # Python __pycache__/ *.py[cod] *$py.class *.so *.egg *.egg-info/ dist/ build/ eggs/ .eggs/ *.manifest *.spec # Virtual environments .venv/ venv/ ENV/ env/ # Testing .pytest_cache/ .coverage .coverage.* htmlcov/ .tox/ .nox/ *.cover .hypothesis/ # Project input/ output/ dev/ # IDE .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Logs *.log pip-log.txt # Blender *.blend1 *.blend2 # Temporary files *.tmp *.bak .cache/ temp/ tmp/ .ruff_cache/ .claude/settings.local.json # UV specific uv.lock