# Build artifacts
dist/
build/
*.egg-info/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Testing/coverage
.coverage
.pytest_cache/
htmlcov/

# Tooling caches
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
.venv*/
venv/

# IDE
.vscode/
.idea/

# Claude Flow (local coordination)
.claude-flow/
