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

# Virtual environments
.venv
venv/
ENV/
env/

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

# OS
.DS_Store
Thumbs.db

# Project-specific runtime artifacts
*.db
templates.json
.venv/

# Node.js
node_modules/
dist/

# TypeScript
*.tsbuildinfo

# Hermes / local cache
.vercel_templates/

# Real fetched fixtures (keep synthetic ones)
tests/fixtures/real/*.html
tests/fixtures/real/*.json

# Test fixtures (runtime/generated)
tests/fixtures/*.json

# Ignore environment files containing secrets
.env
.env.local
.env.*.local

# But keep the example template for new developers
!.env.example