# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
# But NOT frontend lib directory
!frontend/src/lib/
# And NOT api-gateway lib directory
!apps/api-gateway/src/lib/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
venv/
env/
ENV/

# Node
node_modules/
.next/
out/
build/
.turbo/

# Environment
.env
.env.local
.env.*.local
.env.production
deployment/.env.production

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log
logs/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Database
*.db
*.sqlite
*.sqlite3

# Secrets
*.pem
*.key
session_*.txt
tmp/
.venv/
.playwright-mcp/
frontend/.next.old/
frontend/.next.bak/
scripts/.tropiclook_setup.json
