# 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/
ENV/
env/
.venv/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Data (downloaded repos and indices - large, user-specific)
# Users should run `ethereum-mcp build` to generate these
# Uncomment if you want to track compiled data:
# !data/compiled/

# Misc
.DS_Store
*.log

# Secrets and sensitive files (defense in depth)
.env
.env.*
*.env
!.env.example
.envrc
*.pem
*.key
*.p12
*.secret
*.credentials
credentials.json
secrets.json
*_private.*
*.private.*
