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

# Virtual environments
.venv/

# Testing
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# Type checking
.mypy_cache/
.pyright/

# Ruff
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# uv
uv.lock

# Project
*.db
*.sqlite3
.maestro/
src/api/

# env
.env

# Node
node_modules/
.pnpm-store/

# VitePress
docs/.vitepress/cache/
docs/.vitepress/dist/
