# Dependencies
node_modules/
.pnpm-store/
.venv/
venv/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Build output
dist/
build/
.next/
out/
*.tsbuildinfo

# Environment & secrets
.env
.env.*
!.env.example
*.pem
*.key
credentials*.json
CREDENTIALS.md

# Local data
*.db
*.sqlite
*.sqlite3
.owner_chat

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

# Logs
*.log
npm-debug.log*
