# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
*.egg-info/
.pytest_cache/
*.db
*.sqlite

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.next/
out/
build/
dist/

# Environment
.env
.env.local
.env.*.local
.env.deploy
*.log

# Deployment env files (MUST NOT be committed)
DEPLOY_*.env

# Server credentials (NEVER commit!)
SERVER_ACCESS.md

# Sensitive runtime artifacts
backend/data/cookies/*.json

# Local security backup artifacts (created during history rewrite)
.security-backup/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Project specific
backend/domainwatch.db
frontend/.next/

backend/backend-dev.pid

# SDK/MCP build outputs
mcp/pounce-mcp-server/dist/
mcp/pounce-mcp-server/node_modules/
sdk/ts/dist/
sdk/ts/node_modules/
sdk/python/dist/
sdk/python/*.egg-info/

# Image source files
*.heic
