# OS
.DS_Store

# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
*.whl
src/*.egg-info/
*.pyc

# Virtual environments
.venv/
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking / linting
.mypy_cache/
.ruff_cache/

# IDE
.vscode/
.idea/

# Heckler CI artifacts
.heckler-dep-scan-result
heckler-results.sarif

# Claude
.claude/
