# Build artifacts
dist/
*.egg-info/
__pycache__/
*.pyc

# Internal docs (never commit to public)
internal/
*_INTERNAL.md

# Test outputs
.pytest_cache/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
ENV/

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Local config
.env
*.local

# Brain state (user-specific)
.brain/

# Build
build/
*.so
*.pyd

# Secrets
*.pem
*.key
secrets/

# Cloudflare local dev cache
.wrangler/

# Override parent gitignore rule that ignores test_*.py
!tests/test_*.py

# Test brain instances
.brain_test*/
.telemetry/

# Engrams (brain data, never public)
engrams/

# Strategy docs (SOVEREIGN)
docs/strategy/
docs/COMPARISON.md
docs/REDDIT_LAUNCH_POST.md
docs/architecture/BINARY_SHIELDING_TRACK_1_5.md
HARDENING_CONVERGENCE_REPORT*.md
