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

# Node / docs
node_modules/
docs/dist/
docs/.astro/
assets/node_modules/
assets/dist/

# OS / IDE
.DS_Store
.idea/
.vscode/
*.swp
