# 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

# Personal recon exercises. A recon project is one person's working notes on a
# body of literature: a ledger, its records, and generated artifacts. It is not
# repository content and it does not belong in this history. Ignored until
# there is a configured place to keep them outside the repo.
#
# `research/ontology_driven_kg_realization/` is deliberately NOT ignored. It is
# the GraphRecipe conformance slice and CI executes it.
research/*_recon/
research/*_recon.*/
malleus_literature_kg/
