# === IA / OpenCode / Agentes (NO subir a GitHub ni a git) ===
.opencode/
.engine/
AGENTS.md
CLAUDE.md
docs/
.agents/
.continue/
.cursor/

# === Python ===
.venv/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
dist/
build/
*.log

# === Editor / Sistema / Secretos ===
.idea/
.vscode/
.DS_Store
*.swp
.env
.env.*
!.env.example
secrets.*
*.pem
*.key
