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

# Frontend build output — se excluye de git pero se incluye en el wheel
atipflow/static/
atipflow/static
frontend/node_modules/
frontend/dist/

# NATS auto-descargado / datos del usuario (se crean en runtime)
.atipflow/

# Helm chart dependencies (usar Chart.lock en lugar de charts/)
helm/atipflow/charts/

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