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

# Environments
.venv/
venv/
env/
.env
.env.*
!.env.example

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

# OS
.DS_Store
Thumbs.db

# Vercel
.vercel/

# Local databases / state
*.db
*.sqlite
*.sqlite3
~/.sibyl-memory/

# Private schema (never publish to public repo)
sibyl-plugin-schema/
