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

# Entornos
.venv/
venv/
env/

# Herramientas
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
report.xml
# CI security scan reports (uploaded as artifacts, never committed)
*.sarif
pip-audit-report.json
trivy-fs.json

# uv
uv.lock

# IDE
.idea/
.vscode/

# Runtime
*.log
state.json
config.toml
