# Notebooks (contain credentials and outputs)
notebooks/

# Certificates (except the public root CA)
*.crt
*.pem
*.key
!certs/alpamayo-root-ca.crt

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

# IDE
.idea/
.vscode/

# OS
.DS_Store
