# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtualenv
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.hypothesis/
coverage.xml
*.cover

# Type checking
.mypy_cache/
.pyright/

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

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints

# Build
docs/_build/
site/

# Secrets
*.key
*.pem
.env.local
.env.*.local

# Eval outputs (from running examples and tests)
results/
recordings/
*.report.json
*.report.md
results_*.json
results_*.md
results_*.html
report.json
report.md
proofagent_report.*
compliance_audit.*

# Examples scratch dirs
examples/my_agent_dir/
examples/results/

# Notebook execution artifacts (from scripts/test_notebooks.py --keep-output)
notebooks/_executed_*.ipynb
