# Dependencies
.venv/

# Build and tools
*.egg-info/
.mypy_cache/
.pytest_cache/
.ruff_cache/
__pycache__/
artifacts/
build/
dist/

# Env vars
*.env*
!.env.example
!.envrc

# direnv
.direnv/*
