# 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

# Virtual envs
.venv/
venv/
ENV/
env/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.hypothesis/
coverage.xml
*.cover

# Type checking
.mypy_cache/
.ruff_cache/
.pyre/

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

# claude-i runtime artifacts
/tmp/claude-i-*
*.sentinel

# AIOX framework learning logs (cross-repo SDC artifacts)
.aiox/
