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

# Virtual environments
.venv/
venv/
ENV/

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

# OS
.DS_Store
Thumbs.db

# Project specific
.goldfish/
*.db
goldfish_autodiscovery.log
tests/deluxe/*.log
tests/deluxe/results/
tests/e2e/deluxe/*.txt
tests/e2e/deluxe/*.log

# Test coverage
htmlcov/
.coverage
.coverage.*
.pytest_cache/

# Ruff cache
.ruff_cache/
.env

# Claude Code local files (except goldfish-ml skill which is project-specific)
.claude/*
!.claude/skills
.claude/skills/*
!.claude/skills/goldfish-ml
.mcp-the-force/

# Coverage artifacts
coverage.xml
htmlcov/
.coverage
workspaces/
goldfish.yaml
docs/a_real_project_issues_example.md

# Playwright MCP screenshots
.playwright-mcp/

# Flash-attention wheel storage
src/goldfish/infra/base_images/fa3_wheel/

# Local simulation files
.local_metadata.json
.local_gcs/
.rct/
.rct-*/

# Sensitive files (extra protection)
*.pem
*.key
credentials.json
service-account*.json
*.p12
nohup.out
