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

# Virtual environments
.venv/
venv/
ENV/

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

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

# OS
.DS_Store
Thumbs.db

# uv
uv.lock

# Astro docs site (`website/`)
website/node_modules/
website/dist/
website/.astro/
