# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
/lib/
lib64/
!landing/src/lib/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
venv/
ENV/
env/
.venv/

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

# Environment
.env
.env.local
.env.production

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
reports/

# Logs
*.log
logs/
turnkey-activity-*.json

# Test Output
test_output_*.txt
test_output.txt

# Node
node_modules/
.next/
.turbo/
package-lock.json

# Database
*.db
*.sqlite
*.sqlite3
data/

# Vercel
.vercel/

# Load test results
load_test_*.json


# Codex / agent artifacts
.omc/
coverage.json

coverage/

# Foundry build artifacts
contracts/out/
contracts/cache/

# Local/temporary files
.serena/
RALPH_LOOP_*.md
run_ralph_loop.sh
demo-video/

# Planning & documentation files (internal)
*.docx
*.pptx
pitch-deck/
DEMO_VIDEO_SCRIPT.md
PRODUCTION_DEPLOYMENT_GUIDE.md
SARDIS_DEPLOYMENT_INVESTMENT_AUDIT*.md
AUDIT_SUMMARY*.md

# Backup/duplicate files (macOS creates these)
* 2.md
* 2.py
* 2.ts
* 2.tsx
* 2.json
* 2.sql
* 2.sh
*__init__ 2.py
*index 2.ts

# Playwright MCP
.playwright-mcp/

# Landing backup
landing-2/

# Deployment configs (keep local)
fly.toml
railway.json
docker-compose.yml

# Staging deploy secrets (local only)
deploy/gcp/staging/*.local.yaml
deploy/env/.env.generated.secrets
deploy/env/.env*.local
