# Python __pycache__/ *.py[cod] *$py.class .pytest_cache/ pytest-cache-files-*/ .mypy_cache/ .ruff_cache/ .coverage .coverage.* htmlcov/ .tox/ .nox/ # Packaging/build artifacts build/ dist/ *.egg-info/ .eggs/ *.egg MANIFEST # Virtual environments .venv/ venv/ env/ ENV/ env.bak/ venv.bak/ # Local secrets and credentials .env .env.* !.env.example .envrc *.pem *.key *.p12 *.pfx .huggingface/ .cache/huggingface/ .hf-upload-cache/ .modal.toml .netrc .pypirc # App/runtime outputs .gradio/ .playwright-mcp/ server*.log *.log outputs/ nexus-visual-weaver-command-center*.png # Codex/local tool state .codex-home/ outputs/moodboards/*/.codex-home/ # Notebooks/docs build .ipynb_checkpoints/ docs/_build/ site/ # OS/editor noise .DS_Store Thumbs.db .idea/ .vscode/ tempCodeRunnerFile.py