# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
*.egg-info/
dist/
build/
.pytest_cache/
.coverage
htmlcov/

# CodeSuture specific
.codesuture_cache/
.codesuture_store/
.codesuture_knowledge/
.codesuture_fingerprints
.models/

# Exclude internal / dev scripts
codesuture_verify*.py
livepatch_verify*.py
realbugg.py
real.py
*.zip
.livepatch_*/
v4test/

# IDE / OS
.vscode/
.idea/
.DS_Store