*.local.mdc

*.pyc
**/*.pyc

__pycache__/
**/*__pycache__/

.env

venv/*
.venv/*

venv/
.venv/

dist/

dist/**
build/**