env_loader.py

# IDE agent workflows (symlinked, not repo-specific)
.windsurf/
.windsurfignore

# Python bytecode + coverage artifacts
__pycache__/
*.py[cod]
.coverage
.coverage.*
coverage.xml
htmlcov/

# Build artifacts
dist/
build/
*.egg-info/
