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

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

# Build / packaging
.claude/
.webui_secret_key
dist/
build/
*.egg-info/

# Linting / testing caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# IDE / OS artifacts
*.DS_Store

# Tool-specific
.claire/
uv.lock
*.html

# Benchmarks & generated output
benchmark_results/

# Site (moved to github.com/the-focus-company/ppmlx.dev)
site/
