# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/
ENV/
env/

# Cleave workspaces
.cleave/

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

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Ruff cache
.ruff_cache/

# Integration test artifacts
test_cleave_integration.py
INTEGRATION_SUMMARY.md
ADVERSARIAL_REVIEW.md
