# Python bytecode
__pycache__/
*.py[cod]
*.pyo

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

# Test and coverage artifacts
.pytest_cache/
.coverage
htmlcov/
.hypothesis/

# Editor / OS
.DS_Store
Thumbs.db
*.swp
*.swo

# Nested separate project
runbook/

# Kiro internal tooling
.kiro/
