# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Packaging
build/
dist/
*.egg-info/
*.egg

# Venv
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Secrets
.env

# Local workspace (not part of the published library)
/src/malleus/conditions.py
/src/malleus/runner.py
/src/malleus/session.py
/src/malleus/evaluator.py
/src/malleus/tools.py
/src/malleus/llm_client.py
/src/malleus/static_loader.py
/tests/test_session.py
/tests/test_runner.py
/tests/test_scenarios.py
/tests/test_static_loader.py
/tests/test_integration.py
/private/
/experiments/
/paper/
/scripts/
/malleus-moving/

# Private research and reviewer synthesis. These retain workspace coordinates,
# paper internals, or unredacted adopter detail. A redacted projection may be
# published deliberately; the source may not travel by accident.
/design/MALLEUS_INTELLECTUAL_SUBSTRATE.md
/malleus_literature_kg/
/research/cost_aware_model_architecture_recon/
/research/malleus_library_protocol_recon/
/research/malleus_library_protocol_recon.*/
/MALLEUS_INQUISITION*.md
