# Shell scripts (local helpers; not for git or PyPI sdist — see [tool.hatch.build.targets.sdist] exclude)
*.sh

# AI assistant metadata (local only)
.claude/
CLAUDE.md
CLAUDE_*.md

# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual environments
.venv/
venv/
ENV/
env/

# Packaging / build outputs
dist/
build/
*.egg-info/
.eggs/
*.egg

# Test & type tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store
