# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
*.whl

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

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

# OS
.DS_Store
Thumbs.db

# Internal tooling — not part of the public project
.specify/
.claude/
specs/
CLAUDE.md

# Homebrew formula (lives in separate homebrew-tap repo)
Formula/

# mem runtime data (never commit user history)
.mem/
