# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
dist/
build/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Node / Angular
node_modules/
dist/
.angular/
*.log
npm-debug.log*

# Env / secrets — NUNCA commitear (gestor de secretos, ADR-001)
.env
.env.*
*.pem
*.key

# Editor
.idea/
.vscode/
.DS_Store
