# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
*.spec

# Virtual environments
.venv/
venv/
env/

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

# PixelFlow local state (downloaded tools, models, cache)
/.pixelflow-home/

# Secrets / credentials
.env
*.pem
*.key
*.p12
*.pfx
id_rsa
id_ed25519

# OS / editor
.DS_Store
*.swp
.idea/
.vscode/
