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

# Virtualenvs
.venv/
venv/
ENV/

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/
.tox/
.nox/

# Docs site (Astro / Starlight)
node_modules/
website/dist/
website/.astro/

# Env / local
.env
.env.*
!.env.example

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

# OS
.DS_Store
Thumbs.db

# Prism compiled views (future)
storage/framework/views/
.prism_cache/

# File cache store written by the examples at runtime
**/storage/framework/cache/data/
