# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # PyInstaller *.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ cover/ # Translations *.mo *.pot # Django stuff: *.log local_settings.py db.sqlite3 db.sqlite3-journal # Flask stuff: instance/ .webassets-cache # Scrapy stuff: .scrapy __scratch__/ # Sphinx documentation docs/_build/ # PyBuilder .pybuilder/ target/ # Jupyter Notebook .ipynb_checkpoints # IPython profile_default/ ipython_config.py # pyenv # .python-version # pipenv #Pipfile.lock # poetry #poetry.lock # pdm #pdm.lock .pdm.toml # PEP 582 __pypackages__/ # Celery stuff celerybeat-schedule celerybeat.pid # SageMath parsed files *.sage.py # Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # Spyder project settings .spyderproject .spyproject # Rope project settings .ropeproject # mkdocs documentation /site # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # pytype static type analyzer .pytype/ # Cython debug symbols cython_debug/ # PyCharm .idea/ # VSCode .vscode/ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # MassGen specific files backends/.env swarm/.env *.log *logs/ bandit-report.json traces/ summaries/ output/ deprecated/ __deprecated__/ data_backup/ output_backup/ # API keys and sensitive files *.key *.pem *.p12 *.pfx config/secrets.json secrets.yaml sync.sh # Testing .coverage .pytest_cache/ .tox/ test_workspace/ test_media_outputs/ # Documentation builds docs/_build/ docs/source/_autosummary/ # Temporary files tmp/ temp/ *.tmp *.temp # Large model files *.bin *.safetensors models/ # Database files *.db *.sqlite *.sqlite3 gemini_streaming.txt agent_outputs mass_coordination* # Filesystem .massgen/ claude_code_workspace*/ claude_code*/ code_execution_workspaces*/ snapshots*/ temp_workspaces*/ workspace*/ # MassGen runtime sessions (not docs/source/user_guide/sessions/) .massgen/sessions/ **/sessions/session_* .claude/ massgen/tests/demo_terminal_evaluation_workspace/ .agent/ shared_tools/ # WebUI webui/node_modules/ webui/dist/ webui/mockups/ node_modules/ .sandbox_test/ .playwright* .serena/ .specify/ # Codex runtime artifacts (project-local, generated by MassGen) .codex/ # Gemini CLI runtime artifacts (project-local, generated by MassGen) .gemini/settings.json .gemini/workflow_tool_specs.json .gemini/custom_tool_specs.json .gemini/GEMINI.md .gemini/google_accounts.json .gemini/oauth_creds.json .gemini/.env # WIP tests not yet implemented massgen/tests/_wip/