# 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/
