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

# Node
node_modules/
.npm
.astro/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

# Testing
.pytest_cache/
.coverage
htmlcov/
packages/cli/artifacts/

# Environment
.env
.venv/
venv/

# Database
*.db
*.sqlite

# Local demo artifacts
scripts/demo/
