# Automatically load the Nix flake development environment
use flake

# Load local .env file if it exists (for API keys, etc.)
dotenv_if_exists .env

# Load integration test environment if it exists
dotenv_if_exists .env.integration
