__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg

# Virtual environments
.venv/
venv/

# Game state
.trail/

# IDE
.vscode/
.idea/

# Coverage
htmlcov/
.coverage
coverage.xml

# Ruff
.ruff_cache/
site/.astro/
node_modules/
site/dist/
.polyglot-cache.json
