# --- Python ---
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/
*.egg
.pytest_cache/
.ruff_cache/
.mypy_cache/

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

# --- IDE / editor ---
.idea/
.vscode/
*.swp

# --- OS ---
.DS_Store
Thumbs.db

# --- Build paper trail (git-excluded by design; feeds /public-writing) ---
writing-content/
artifacts/

# --- Machine/workflow state (skills read this back) ---
.planning/

# Windows folder settings
desktop.ini

# Coverage data file (pytest-cov / coverage.py)
.coverage
htmlcov/
