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

# Virtual environments
.venv/

# uv

# Game state (local play sessions)
.sov/

# Per-session artifact exports
.artifact/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

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

# Site (Astro landing page)
site/.astro/
site/dist/
site/node_modules/

# Polyglot translation cache
.polyglot-cache.json
