
**/.DS_Store
**/__pycache__/
**/venv
.vscode/
.env
*.env
!.env.example

# local test secrets
scripts/test_env.sh

# python test cache
.pytest_cache/
__pycache__/
*.egg-info/

# build artifacts
dist/
build/
