# 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/
