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

# Virtual environments
.venv/
venv/
ENV/

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

# OS
.DS_Store
Thumbs.db

# Environment / secrets
.env

# Database dumps pulled off candy.hughes.team — never commit these,
# they contain customer credentials from the old SaaS era.
backups/

# Large data files (regenerated by pipeline)
aws_vm_pricing_eu.json
azure_raw_eu.json
azure_with_specs_eu.json
normalised_eu.csv
data/
!data/.gitkeep
output/

# Old global scripts (preserved in git history, excluded from package)
data_gathering/old_global/

# Frontend
frontend/node_modules/
frontend/.next/
frontend/.env.local

# Database
*.db

# Misc
*.log
.mypy_cache/
.pytest_cache/
.ruff_cache/
htmlcov/
.coverage
www/tsconfig.tsbuildinfo
